|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnFamilyStoreMBean
The MBean interface for ColumnFamilyStore
Method Summary | |
---|---|
java.lang.Object |
forceFlush()
Triggers an immediate memtable flush. |
java.lang.String |
getColumnFamilyName()
|
int |
getMemtableColumnsCount()
Returns the total number of columns present in the memtable. |
int |
getMemtableDataSize()
Returns the total amount of data stored in the memtable, including column related overhead. |
int |
getMemtableSwitchCount()
Returns the number of times that a flush has resulted in the memtable being switched out. |
int |
getPendingTasks()
|
int |
getReadCount()
|
double |
getReadLatency()
|
int |
getWriteCount()
|
double |
getWriteLatency()
|
Method Detail |
---|
java.lang.String getColumnFamilyName()
int getMemtableDataSize()
int getMemtableColumnsCount()
int getMemtableSwitchCount()
java.lang.Object forceFlush() throws java.io.IOException
java.io.IOException
int getReadCount()
double getReadLatency()
int getWriteCount()
double getWriteLatency()
int getPendingTasks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |