org.apache.activemq.leveldb
Interface LevelDBStoreViewMBean
public interface LevelDBStoreViewMBean
- Author:
- Hiram Chirino
getIndexDirectory
java.lang.String getIndexDirectory()
getLogDirectory
java.lang.String getLogDirectory()
getLogSize
long getLogSize()
getIndexFactory
java.lang.String getIndexFactory()
getSync
boolean getSync()
getVerifyChecksums
boolean getVerifyChecksums()
getIndexMaxOpenFiles
int getIndexMaxOpenFiles()
getIndexBlockRestartInterval
int getIndexBlockRestartInterval()
getParanoidChecks
boolean getParanoidChecks()
getIndexWriteBufferSize
int getIndexWriteBufferSize()
getIndexBlockSize
int getIndexBlockSize()
getIndexCompression
java.lang.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
java.lang.String getIndexStats()
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.