Package org.infinispan.manager
Class CacheManagerInfo
java.lang.Object
org.infinispan.manager.CacheManagerInfo
- All Implemented Interfaces:
org.infinispan.commons.dataconversion.internal.JsonSerialization
public class CacheManagerInfo
extends Object
implements org.infinispan.commons.dataconversion.internal.JsonSerialization
- Since:
- 10.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCacheManagerInfo
(DefaultCacheManager cacheManager, org.infinispan.configuration.ConfigurationManager configurationManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry, org.infinispan.topology.LocalTopologyManager localTopologyManager) -
Method Summary
-
Field Details
-
LOCAL_NODE
-
-
Constructor Details
-
CacheManagerInfo
public CacheManagerInfo(DefaultCacheManager cacheManager, org.infinispan.configuration.ConfigurationManager configurationManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry, org.infinispan.topology.LocalTopologyManager localTopologyManager)
-
-
Method Details
-
getCoordinatorAddress
-
isCoordinator
public boolean isCoordinator() -
getCacheManagerStatus
-
getDefinedCaches
-
getCacheConfigurationNames
-
getCreatedCacheCount
public long getCreatedCacheCount() -
getRunningCacheCount
public long getRunningCacheCount() -
getVersion
-
getName
-
getNodeAddress
-
getPhysicalAddresses
-
getClusterMembers
-
getClusterMembersPhysicalAddresses
-
getClusterSize
public int getClusterSize() -
getClusterName
-
getLocalSite
-
getSites
-
isRelayNode
public boolean isRelayNode() -
isRebalancingEnabled
-
getRelayNodesAddress
-
toJson
public org.infinispan.commons.dataconversion.internal.Json toJson()
-