Class FlushStatement

    • Constructor Detail

      • FlushStatement

        public FlushStatement​(StatementType flushType)
    • 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)
      • isSeq

        public java.lang.Boolean isSeq()
      • setSeq

        public void setSeq​(java.lang.Boolean seq)
      • isOnCluster

        public boolean isOnCluster()
      • setOnCluster

        public void setOnCluster​(boolean onCluster)
      • getPaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
        Specified by:
        getPaths in class Statement