public interface DataStoreMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchReceivedCount() |
int |
getBatchSentCount() |
int |
getBroadcastLoadSuccessCount() |
String |
getEntryUpdaterClassName() |
int |
getExecutedRemoveCount() |
int |
getExecutedSaveCount() |
int |
getExpiredEntriesCount() |
int |
getFlushThreadFlushedCount() |
int |
getFlushThreadWakeupCount() |
long |
getGmsSendBytesCount() |
int |
getGmsSendCount() |
String |
getKeyClassName() |
String |
getKeyTransformerClassName() |
int |
getLoadCount() |
int |
getLoadFailureCount() |
int |
getLoadSuccessCount() |
int |
getLocalLoadSuccessCount() |
int |
getRemoveExpiredCallCount() |
int |
getSaveOnLoadCount() |
int |
getSentRemoveCount() |
int |
getSentSaveCount() |
int |
getSimpleLoadSuccessCount() |
int |
getSize() |
String |
getStoreName() |
String |
getValueClassName() |
String getStoreName()
String getKeyClassName()
String getValueClassName()
String getEntryUpdaterClassName()
String getKeyTransformerClassName()
int getSize()
int getSentSaveCount()
int getExecutedSaveCount()
int getBatchSentCount()
int getLoadCount()
int getLoadSuccessCount()
int getLocalLoadSuccessCount()
int getSimpleLoadSuccessCount()
int getBroadcastLoadSuccessCount()
int getSaveOnLoadCount()
int getLoadFailureCount()
int getBatchReceivedCount()
int getSentRemoveCount()
int getExecutedRemoveCount()
int getFlushThreadFlushedCount()
int getFlushThreadWakeupCount()
int getRemoveExpiredCallCount()
int getExpiredEntriesCount()
int getGmsSendCount()
long getGmsSendBytesCount()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.