Class DeleteOperation


  • public class DeleteOperation
    extends Operation
    1 DeleteOperation contain 1 deletion info.
    • Constructor Detail

      • DeleteOperation

        public DeleteOperation​(java.lang.String storageGroup,
                               long startIndex,
                               long endIndex,
                               org.apache.iotdb.commons.path.PartialPath deletePath,
                               long startTime,
                               long endTime)
    • Method Detail

      • getDeletePath

        public org.apache.iotdb.commons.path.PartialPath getDeletePath()
      • getDeletePathStr

        public java.lang.String getDeletePathStr()
      • getStartTime

        public long getStartTime()
      • getEndTime

        public long getEndTime()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Operation