类 GetRegionIdPlan

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

    public class GetRegionIdPlan
    extends ConfigPhysicalPlan
    • 构造器详细资料

      • GetRegionIdPlan

        public GetRegionIdPlan()
      • GetRegionIdPlan

        public GetRegionIdPlan​(java.lang.String storageGroup,
                               org.apache.iotdb.common.rpc.thrift.TConsensusGroupType partitionType,
                               org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot seriesSlotId,
                               org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot timeSlotId)
    • 方法详细资料

      • getStorageGroup

        public java.lang.String getStorageGroup()
      • getPartitionType

        public org.apache.iotdb.common.rpc.thrift.TConsensusGroupType getPartitionType()
      • getSeriesSlotId

        public org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot getSeriesSlotId()
      • getTimeSlotId

        public org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot getTimeSlotId()
      • 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