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 Modifier and Type Field Description static List<String>
LOCAL_NODE
-
Constructor Summary
Constructors Constructor Description CacheManagerInfo(DefaultCacheManager cacheManager, org.infinispan.configuration.ConfigurationManager configurationManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry, org.infinispan.topology.LocalTopologyManager localTopologyManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getCacheConfigurationNames()
String
getCacheManagerStatus()
List<String>
getClusterMembers()
List<String>
getClusterMembersPhysicalAddresses()
String
getClusterName()
int
getClusterSize()
String
getCoordinatorAddress()
long
getCreatedCacheCount()
Set<org.infinispan.manager.CacheManagerInfo.BasicCacheInfo>
getDefinedCaches()
String
getLocalSite()
String
getName()
String
getNodeAddress()
String
getPhysicalAddresses()
Collection<String>
getRelayNodesAddress()
long
getRunningCacheCount()
Collection<String>
getSites()
String
getVersion()
boolean
isCoordinator()
Boolean
isRebalancingEnabled()
boolean
isRelayNode()
org.infinispan.commons.dataconversion.internal.Json
toJson()
-
-
-
Constructor Detail
-
CacheManagerInfo
public CacheManagerInfo(DefaultCacheManager cacheManager, org.infinispan.configuration.ConfigurationManager configurationManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry, org.infinispan.topology.LocalTopologyManager localTopologyManager)
-
-
Method Detail
-
getCoordinatorAddress
public String getCoordinatorAddress()
-
isCoordinator
public boolean isCoordinator()
-
getCacheManagerStatus
public String getCacheManagerStatus()
-
getDefinedCaches
public Set<org.infinispan.manager.CacheManagerInfo.BasicCacheInfo> getDefinedCaches()
-
getCreatedCacheCount
public long getCreatedCacheCount()
-
getRunningCacheCount
public long getRunningCacheCount()
-
getVersion
public String getVersion()
-
getName
public String getName()
-
getNodeAddress
public String getNodeAddress()
-
getPhysicalAddresses
public String getPhysicalAddresses()
-
getClusterSize
public int getClusterSize()
-
getClusterName
public String getClusterName()
-
getLocalSite
public String getLocalSite()
-
getSites
public Collection<String> getSites()
-
isRelayNode
public boolean isRelayNode()
-
isRebalancingEnabled
public Boolean isRebalancingEnabled()
-
getRelayNodesAddress
public Collection<String> getRelayNodesAddress()
-
toJson
public org.infinispan.commons.dataconversion.internal.Json toJson()
-
-