|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.xmldb.DatabaseStatus
Constructor Summary | |
DatabaseStatus(BrokerPool pool)
|
Method Summary | |
int |
getAvailableBrokers()
Number of brokers for this instance, which are currently active (i.e. |
java.lang.String |
getConfPath()
Path to the configuration file used to create this database instance. |
java.lang.String |
getDataDir()
Path to the data directory. |
java.lang.String |
getId()
The identifier for this instance. |
IndexStats |
getIndexStats(java.lang.String dbName)
|
int |
getMaxBrokers()
The maximum number of brokers allowed for this instance. |
int |
getRunningBrokers()
Number of brokers currently running. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DatabaseStatus(BrokerPool pool)
Method Detail |
public int getAvailableBrokers()
public java.lang.String getConfPath()
public java.lang.String getDataDir()
public java.lang.String getId()
public int getMaxBrokers()
public int getRunningBrokers()
public IndexStats getIndexStats(java.lang.String dbName)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |