类 RegionGroup


  • public class RegionGroup
    extends java.lang.Object
    • 构造器概要

      构造器 
      构造器 说明
      RegionGroup()  
      RegionGroup​(org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet replicaSet)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void deserialize​(java.io.InputStream inputStream, org.apache.thrift.protocol.TProtocol protocol)  
      boolean equals​(java.lang.Object o)  
      org.apache.iotdb.common.rpc.thrift.TConsensusGroupId getId()  
      org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet getReplicaSet()  
      int getSeriesSlotCount()  
      long getTimeSlotCount()  
      int hashCode()  
      void serialize​(java.io.OutputStream outputStream, org.apache.thrift.protocol.TProtocol protocol)  
      void updateSlotCountMap​(java.util.Map<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot,​java.util.concurrent.atomic.AtomicLong> deltaMap)  
      • 从类继承的方法 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • RegionGroup

        public RegionGroup()
      • RegionGroup

        public RegionGroup​(org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet replicaSet)
    • 方法详细资料

      • getId

        public org.apache.iotdb.common.rpc.thrift.TConsensusGroupId getId()
      • getReplicaSet

        public org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet getReplicaSet()
      • updateSlotCountMap

        public void updateSlotCountMap​(java.util.Map<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot,​java.util.concurrent.atomic.AtomicLong> deltaMap)
        参数:
        deltaMap - Map
      • getSeriesSlotCount

        public int getSeriesSlotCount()
      • getTimeSlotCount

        public long getTimeSlotCount()
      • serialize

        public void serialize​(java.io.OutputStream outputStream,
                              org.apache.thrift.protocol.TProtocol protocol)
                       throws java.io.IOException,
                              org.apache.thrift.TException
        抛出:
        java.io.IOException
        org.apache.thrift.TException
      • deserialize

        public void deserialize​(java.io.InputStream inputStream,
                                org.apache.thrift.protocol.TProtocol protocol)
                         throws java.io.IOException,
                                org.apache.thrift.TException
        抛出:
        java.io.IOException
        org.apache.thrift.TException
      • equals

        public boolean equals​(java.lang.Object o)
        覆盖:
        equals 在类中 java.lang.Object
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 java.lang.Object