Package org.shoal.ha.cache.api
Interface DataStoreMBean
-
- All Known Implementing Classes:
ReplicatedDataStoreStatsHolder
public interface DataStoreMBean- Author:
- Mahesh KannanR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBatchReceivedCount()intgetBatchSentCount()intgetBroadcastLoadSuccessCount()StringgetEntryUpdaterClassName()intgetExecutedRemoveCount()intgetExecutedSaveCount()intgetExpiredEntriesCount()intgetFlushThreadFlushedCount()intgetFlushThreadWakeupCount()longgetGmsSendBytesCount()intgetGmsSendCount()StringgetKeyClassName()StringgetKeyTransformerClassName()intgetLoadCount()intgetLoadFailureCount()intgetLoadSuccessCount()intgetLocalLoadSuccessCount()intgetRemoveExpiredCallCount()intgetSaveOnLoadCount()intgetSentRemoveCount()intgetSentSaveCount()intgetSimpleLoadSuccessCount()intgetSize()StringgetStoreName()StringgetValueClassName()
-
-
-
Method Detail
-
getStoreName
String getStoreName()
-
getKeyClassName
String getKeyClassName()
-
getValueClassName
String getValueClassName()
-
getEntryUpdaterClassName
String getEntryUpdaterClassName()
-
getKeyTransformerClassName
String getKeyTransformerClassName()
-
getSize
int getSize()
-
getSentSaveCount
int getSentSaveCount()
-
getExecutedSaveCount
int getExecutedSaveCount()
-
getBatchSentCount
int getBatchSentCount()
-
getLoadCount
int getLoadCount()
-
getLoadSuccessCount
int getLoadSuccessCount()
-
getLocalLoadSuccessCount
int getLocalLoadSuccessCount()
-
getSimpleLoadSuccessCount
int getSimpleLoadSuccessCount()
-
getBroadcastLoadSuccessCount
int getBroadcastLoadSuccessCount()
-
getSaveOnLoadCount
int getSaveOnLoadCount()
-
getLoadFailureCount
int getLoadFailureCount()
-
getBatchReceivedCount
int getBatchReceivedCount()
-
getSentRemoveCount
int getSentRemoveCount()
-
getExecutedRemoveCount
int getExecutedRemoveCount()
-
getFlushThreadFlushedCount
int getFlushThreadFlushedCount()
-
getFlushThreadWakeupCount
int getFlushThreadWakeupCount()
-
getRemoveExpiredCallCount
int getRemoveExpiredCallCount()
-
getExpiredEntriesCount
int getExpiredEntriesCount()
-
getGmsSendCount
int getGmsSendCount()
-
getGmsSendBytesCount
long getGmsSendBytesCount()
-
-