Class CacheInfo

    • Constructor Detail

      • CacheInfo

        public CacheInfo()
    • Method Detail

      • getSeqName

        public String getSeqName()
      • setSeqName

        public void setSeqName​(String seqName)
        Parameters:
        seqName - Sequence name.
      • getCacheName

        public String getCacheName()
      • setCacheName

        public void setCacheName​(String cacheName)
        Parameters:
        cacheName - Cache name.
      • getCacheId

        public int getCacheId()
      • setCacheId

        public void setCacheId​(int cacheId)
        Parameters:
        cacheId - Cache id.
      • getGrpName

        public String getGrpName()
      • setGrpName

        public void setGrpName​(String grpName)
        Parameters:
        grpName - Group name.
      • getGrpId

        public int getGrpId()
      • setGrpId

        public void setGrpId​(int grpId)
        Parameters:
        grpId - Group id.
      • getCachesCnt

        public int getCachesCnt()
      • setCachesCnt

        public void setCachesCnt​(int cachesCnt)
        Parameters:
        cachesCnt - Caches count.
      • getPartitions

        public int getPartitions()
      • setPartitions

        public void setPartitions​(int partitions)
        Parameters:
        partitions - Partitions.
      • getMapped

        public int getMapped()
      • setMapped

        public void setMapped​(int mapped)
        Parameters:
        mapped - Mapped.
      • setTopologyVersion

        public void setTopologyVersion​(AffinityTopologyVersion topologyVersion)
        Parameters:
        topologyVersion - Topology version.
      • setSeqVal

        public void setSeqVal​(long seqVal)
        Parameters:
        seqVal - Sequence value.
      • getSeqVal

        public long getSeqVal()
      • setMode

        public void setMode​(CacheMode mode)
        Parameters:
        mode - Mode.
      • setAtomicityMode

        public void setAtomicityMode​(CacheAtomicityMode atomicityMode)
        Parameters:
        atomicityMode - Atomicity mode.
      • getBackupsCnt

        public int getBackupsCnt()
      • setBackupsCnt

        public void setBackupsCnt​(int backupsCnt)
        Parameters:
        backupsCnt - Backups count.
      • getAffinityClsName

        public String getAffinityClsName()
      • setAffinityClsName

        public void setAffinityClsName​(String affinityClsName)
        Parameters:
        affinityClsName - Affinity class name.
      • name

        public Object name​(ViewCacheCmd cmd)
        Gets name of info for multi line output depending on cache command.
        Parameters:
        cmd - Cache command.
        Returns:
        Header.