Class CacheInfo

    • Constructor Detail

      • CacheInfo

        public CacheInfo​(CCache<?,​?> cache)
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • getTableName

        public String getTableName()
        Returns:
        the tableName
      • getSize

        public int getSize()
        Returns:
        the size
      • getExpireMinutes

        public int getExpireMinutes()
        Returns:
        the expireMinutes
      • getMaxSize

        public int getMaxSize()
        Returns:
        the maxSize
      • isDistributed

        public boolean isDistributed()
        Returns:
        the distributed
      • getNodeAddress

        public InetAddress getNodeAddress()
        Returns:
        the nodeAddress
      • getNodeId

        public String getNodeId()
        Returns:
        the nodeId
      • getHit

        public long getHit()
        Returns:
        hit count
      • getMiss

        public long getMiss()
        Returns:
        miss count
      • getCacheInfos

        public static List<CacheInfo> getCacheInfos​(boolean sortByName)
        Parameters:
        sortByName -
        Returns:
        cache infos