Package org.infinispan.manager
Class CacheManagerInfo
java.lang.Object
org.infinispan.manager.CacheManagerInfo
- All Implemented Interfaces:
JsonSerialization
- Since:
- 10.0
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCacheManagerInfo
(DefaultCacheManager cacheManager, ConfigurationManager configurationManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry, LocalTopologyManager localTopologyManager) -
Method Summary
-
Field Details
-
LOCAL_NODE
-
-
Constructor Details
-
CacheManagerInfo
public CacheManagerInfo(DefaultCacheManager cacheManager, ConfigurationManager configurationManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry, LocalTopologyManager localTopologyManager)
-
-
Method Details
-
getCoordinatorAddress
-
isCoordinator
public boolean isCoordinator() -
getCacheManagerStatus
-
getDefinedCaches
-
getCacheConfigurationNames
-
getCreatedCacheCount
public long getCreatedCacheCount() -
getCacheNames
-
getRunningCacheCount
public long getRunningCacheCount() -
getVersion
-
getName
-
getNodeName
-
getNodeAddress
-
getPhysicalAddresses
-
getPhysicalAddressesRaw
-
getClusterMembers
-
getClusterMembersPhysicalAddresses
-
getClusterSize
public int getClusterSize() -
getClusterName
-
getLocalSite
-
getSites
-
isRelayNode
public boolean isRelayNode() -
isRebalancingEnabled
-
getRelayNodesAddress
-
toJson
- Specified by:
toJson
in interfaceJsonSerialization
-