Package net.ontopia.persistence.proxy
Interface InstrumentedClusterIF
- All Superinterfaces:
ClusterIF
- All Known Implementing Classes:
JGroupsCluster
A ClusterIF implementation that exposes metrics about the cluster.
-
Field Summary
Fields inherited from interface net.ontopia.persistence.proxy.ClusterIF
DATA_CACHE_CLEAR, DATA_CACHE_FIELD_EVICT, DATA_CACHE_FIELDS_EVICT, DATA_CACHE_IDENTITY_EVICT, QUERY_CACHE_RT1_CLEAR, QUERY_CACHE_RT1_EVICT, QUERY_CACHE_RT2_CLEAR, QUERY_CACHE_RT2_EVICT, QUERY_CACHE_SRCLOC_CLEAR, QUERY_CACHE_SRCLOC_EVICT, QUERY_CACHE_SUBIND_CLEAR, QUERY_CACHE_SUBIND_EVICT, QUERY_CACHE_SUBLOC_CLEAR, QUERY_CACHE_SUBLOC_EVICT -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglongMethods inherited from interface net.ontopia.persistence.proxy.ClusterIF
addClusterNodeListener, clearCache, clearDatacache, evictCache, evictCache, evictField, evictFields, evictIdentity, flush, getClusterName, getClusterNode, getClusterNodeCount, getClusterNodes, join, leave, removeClusterNodeListener
-
Method Details
-
getClusterState
String getClusterState() -
getClusterReceivedBytes
long getClusterReceivedBytes() -
getClusterReceivedMessages
long getClusterReceivedMessages() -
getClusterSentBytes
long getClusterSentBytes() -
getClusterSentMessages
long getClusterSentMessages()
-