|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.xmldb.DatabaseStatus
public class DatabaseStatus
Constructor Summary | |
---|---|
DatabaseStatus(BrokerPool pool)
|
Method Summary | |
---|---|
int |
getAvailableBrokers()
Number of brokers for this instance, which are currently active (i.e. |
String |
getConfPath()
Path to the configuration file used to create this database instance. |
String |
getDataDir()
Path to the data directory. |
String |
getId()
The identifier for this instance. |
IndexStats |
getIndexStats(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 String getConfPath()
public String getDataDir()
public String getId()
public int getMaxBrokers()
public int getRunningBrokers()
public IndexStats getIndexStats(String dbName)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |