public interface LevelDBStoreViewMBean
Modifier and Type | Method and Description |
---|---|
int |
getAsyncBufferSize() |
int |
getIndexBlockRestartInterval() |
int |
getIndexBlockSize() |
long |
getIndexCacheSize() |
java.lang.String |
getIndexCompression() |
java.lang.String |
getIndexDirectory() |
java.lang.String |
getIndexFactory() |
int |
getIndexMaxOpenFiles() |
java.lang.String |
getIndexStats() |
int |
getIndexWriteBufferSize() |
java.lang.String |
getLogDirectory() |
long |
getLogSize() |
double |
getMaxIndexWriteLatency() |
double |
getMaxLogFlushLatency() |
double |
getMaxLogRotateLatency() |
double |
getMaxLogWriteLatency() |
boolean |
getParanoidChecks() |
boolean |
getSync() |
long |
getUowCanceledCounter() |
long |
getUowClosedCounter() |
double |
getUowMaxCompleteLatency() |
long |
getUowStoredCounter() |
long |
getUowStoringCounter() |
boolean |
getVerifyChecksums() |
double |
resetMaxIndexWriteLatency() |
double |
resetMaxLogFlushLatency() |
double |
resetMaxLogRotateLatency() |
double |
resetMaxLogWriteLatency() |
double |
resetUowMaxCompleteLatency() |
java.lang.String getIndexDirectory()
java.lang.String getLogDirectory()
long getLogSize()
java.lang.String getIndexFactory()
boolean getSync()
boolean getVerifyChecksums()
int getIndexMaxOpenFiles()
int getIndexBlockRestartInterval()
boolean getParanoidChecks()
int getIndexWriteBufferSize()
int getIndexBlockSize()
java.lang.String getIndexCompression()
long getIndexCacheSize()
int getAsyncBufferSize()
long getUowClosedCounter()
long getUowCanceledCounter()
long getUowStoringCounter()
long getUowStoredCounter()
double resetUowMaxCompleteLatency()
double resetMaxIndexWriteLatency()
double resetMaxLogWriteLatency()
double resetMaxLogFlushLatency()
double resetMaxLogRotateLatency()
double getUowMaxCompleteLatency()
double getMaxIndexWriteLatency()
double getMaxLogWriteLatency()
double getMaxLogFlushLatency()
double getMaxLogRotateLatency()
java.lang.String getIndexStats()
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.