Class CacheGroupView


  • public class CacheGroupView
    extends Object
    Cache group representation for the SystemView.
    • Constructor Detail

      • CacheGroupView

        public CacheGroupView​(org.apache.ignite.internal.processors.cache.CacheGroupDescriptor grp)
        Parameters:
        grp - Cache group.
    • Method Detail

      • cacheGroupId

        public int cacheGroupId()
        Returns:
        Cache group id.
      • cacheGroupName

        public String cacheGroupName()
        Returns:
        Cache group name.
      • isShared

        public boolean isShared()
        Returns:
        True if group shared, false otherwise.
      • cacheCount

        public int cacheCount()
        Returns:
        Cache count.
      • cacheMode

        public CacheMode cacheMode()
        Returns:
        Cache mode.
      • affinity

        public String affinity()
        Returns:
        Affinity string representation.
      • partitionsCount

        public int partitionsCount()
        Returns:
        Partitions count.
      • nodeFilter

        public String nodeFilter()
        Returns:
        Node filter string representation.
      • nodeFilter

        public static String nodeFilter​(CacheConfiguration<?,​?> ccfg)
        Parameters:
        ccfg - Cache configuration.
        Returns:
        Node filter string representation.
      • dataRegionName

        public String dataRegionName()
        Returns:
        Data region name.
      • topologyValidator

        public String topologyValidator()
        Returns:
        Topology validator.
      • partitionLossPolicy

        public PartitionLossPolicy partitionLossPolicy()
        Returns:
        Partition loss policy.
      • rebalanceMode

        public CacheRebalanceMode rebalanceMode()
        Returns:
        Cache rebalance mode.
      • rebalanceDelay

        public long rebalanceDelay()
        Returns:
        Rebalance delay.
      • rebalanceOrder

        public int rebalanceOrder()
        Returns:
        Rebalance order.
      • backups

        public int backups()
        Returns:
        Backups count.