Class CacheManagerInfo

java.lang.Object
org.infinispan.manager.CacheManagerInfo
All Implemented Interfaces:
JsonSerialization

public class CacheManagerInfo extends Object implements JsonSerialization
Since:
10.0
  • Field Details

    • LOCAL_NODE

      public static final List<String> LOCAL_NODE
  • Constructor Details

  • Method Details

    • 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()
    • getCacheNames

      public Stream<String> getCacheNames()
    • getRunningCacheCount

      public long getRunningCacheCount()
    • getVersion

      public String getVersion()
    • getName

      public String getName()
    • getNodeName

      public String getNodeName()
    • getNodeAddress

      public String getNodeAddress()
    • getPhysicalAddresses

      public String getPhysicalAddresses()
    • getPhysicalAddressesRaw

      public List<String> getPhysicalAddressesRaw()
    • getClusterMembers

      public List<String> getClusterMembers()
    • getClusterMembersPhysicalAddresses

      public List<String> getClusterMembersPhysicalAddresses()
    • 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 Json toJson()
      Specified by:
      toJson in interface JsonSerialization