org.apache.activemq.leveldb
Interface LevelDBStoreViewMBean
public interface LevelDBStoreViewMBean
- Author:
- Hiram Chirino
getIndexDirectory
String getIndexDirectory()
getLogDirectory
String getLogDirectory()
getLogSize
long getLogSize()
getIndexFactory
String getIndexFactory()
getSync
boolean getSync()
getVerifyChecksums
boolean getVerifyChecksums()
getIndexMaxOpenFiles
int getIndexMaxOpenFiles()
getIndexBlockRestartInterval
int getIndexBlockRestartInterval()
getParanoidChecks
boolean getParanoidChecks()
getIndexWriteBufferSize
int getIndexWriteBufferSize()
getIndexBlockSize
int getIndexBlockSize()
getIndexCompression
String getIndexCompression()
getIndexCacheSize
long getIndexCacheSize()
getAsyncBufferSize
int getAsyncBufferSize()
getUowClosedCounter
long getUowClosedCounter()
getUowCanceledCounter
long getUowCanceledCounter()
getUowStoringCounter
long getUowStoringCounter()
getUowStoredCounter
long getUowStoredCounter()
resetUowMaxCompleteLatency
double resetUowMaxCompleteLatency()
resetMaxIndexWriteLatency
double resetMaxIndexWriteLatency()
resetMaxLogWriteLatency
double resetMaxLogWriteLatency()
resetMaxLogFlushLatency
double resetMaxLogFlushLatency()
resetMaxLogRotateLatency
double resetMaxLogRotateLatency()
getUowMaxCompleteLatency
double getUowMaxCompleteLatency()
getMaxIndexWriteLatency
double getMaxIndexWriteLatency()
getMaxLogWriteLatency
double getMaxLogWriteLatency()
getMaxLogFlushLatency
double getMaxLogFlushLatency()
getMaxLogRotateLatency
double getMaxLogRotateLatency()
getIndexStats
String getIndexStats()
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.