Class CacheManagerInfo


  • public class CacheManagerInfo
    extends Object
    Since:
    10.0
    • Field Detail

      • LOCAL_NODE

        public static final List<String> LOCAL_NODE
    • 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()
      • getCacheConfigurationNames

        public Set<String> getCacheConfigurationNames()
      • getCreatedCacheCount

        public long getCreatedCacheCount()
      • getRunningCacheCount

        public long getRunningCacheCount()
      • getVersion

        public String getVersion()
      • getName

        public String getName()
      • getNodeAddress

        public String getNodeAddress()
      • getPhysicalAddresses

        public String getPhysicalAddresses()
      • getClusterMembers

        public List<String> getClusterMembers()
      • getClusterMembersPhysicalAddresses

        public List<String> getClusterMembersPhysicalAddresses()
      • getClusterSize

        public int getClusterSize()
      • getClusterName

        public String getClusterName()
      • getLocalSite

        public String getLocalSite()