Class 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 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,
                                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()
      • 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()
      • isRelayNode

        public boolean isRelayNode()
      • isRebalancingEnabled

        public Boolean isRebalancingEnabled()
      • toJson

        public org.infinispan.commons.dataconversion.internal.Json toJson()