Class NodeDistribution


  • public class NodeDistribution
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet region  
      protected NodeDistributionType type  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • region

        protected org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet region
    • Constructor Detail

      • NodeDistribution

        protected NodeDistribution​(NodeDistributionType type,
                                   org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet region)