Package org.infinispan.manager
Class CacheManagerInfo
- java.lang.Object
-
- org.infinispan.manager.CacheManagerInfo
-
public class CacheManagerInfo extends Object
- 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)
-
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()
long
getRunningCacheCount()
String
getVersion()
boolean
isCoordinator()
-
-
-
Constructor Detail
-
CacheManagerInfo
public CacheManagerInfo(DefaultCacheManager cacheManager, org.infinispan.configuration.ConfigurationManager configurationManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry)
-
-
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()
-
-