Class ShowRegionStatement

    • Constructor Detail

      • ShowRegionStatement

        public ShowRegionStatement()
      • ShowRegionStatement

        public ShowRegionStatement​(org.apache.iotdb.common.rpc.thrift.TConsensusGroupType regionType)
      • ShowRegionStatement

        public ShowRegionStatement​(org.apache.iotdb.common.rpc.thrift.TConsensusGroupType regionType,
                                   java.util.List<org.apache.iotdb.commons.path.PartialPath> storageGroups)
    • Method Detail

      • getStorageGroups

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getStorageGroups()
      • setStorageGroups

        public void setStorageGroups​(java.util.List<org.apache.iotdb.commons.path.PartialPath> storageGroups)
      • getRegionType

        public org.apache.iotdb.common.rpc.thrift.TConsensusGroupType getRegionType()
      • setRegionType

        public void setRegionType​(org.apache.iotdb.common.rpc.thrift.TConsensusGroupType regionType)