类 AdjustMaxRegionGroupNumPlan

  • 所有已实现的接口:
    org.apache.iotdb.consensus.common.request.IConsensusRequest

    public class AdjustMaxRegionGroupNumPlan
    extends ConfigPhysicalPlan
    • 字段详细资料

      • maxRegionGroupNumMap

        public final java.util.Map<java.lang.String,​org.apache.iotdb.tsfile.utils.Pair<java.lang.Integer,​java.lang.Integer>> maxRegionGroupNumMap
    • 构造器详细资料

      • AdjustMaxRegionGroupNumPlan

        public AdjustMaxRegionGroupNumPlan()
    • 方法详细资料

      • putEntry

        public void putEntry​(java.lang.String storageGroup,
                             org.apache.iotdb.tsfile.utils.Pair<java.lang.Integer,​java.lang.Integer> maxRegionGroupNum)
      • getMaxRegionGroupNumMap

        public java.util.Map<java.lang.String,​org.apache.iotdb.tsfile.utils.Pair<java.lang.Integer,​java.lang.Integer>> getMaxRegionGroupNumMap()
      • serializeImpl

        protected void serializeImpl​(java.io.DataOutputStream stream)
                              throws java.io.IOException
        指定者:
        serializeImpl 在类中 ConfigPhysicalPlan
        抛出:
        java.io.IOException
      • deserializeImpl

        protected void deserializeImpl​(java.nio.ByteBuffer buffer)
                                throws java.io.IOException
        指定者:
        deserializeImpl 在类中 ConfigPhysicalPlan
        抛出:
        java.io.IOException