Class DeleteOperation
- java.lang.Object
-
- org.apache.iotdb.db.sync.externalpipe.operation.Operation
-
- org.apache.iotdb.db.sync.externalpipe.operation.DeleteOperation
-
public class DeleteOperation extends Operation
1 DeleteOperation contain 1 deletion info.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.sync.externalpipe.operation.Operation
Operation.OperationType
-
-
Constructor Summary
Constructors Constructor Description DeleteOperation(java.lang.String storageGroup, long startIndex, long endIndex, org.apache.iotdb.commons.path.PartialPath deletePath, long startTime, long endTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.iotdb.commons.path.PartialPathgetDeletePath()java.lang.StringgetDeletePathStr()longgetEndTime()longgetStartTime()java.lang.StringtoString()-
Methods inherited from class org.apache.iotdb.db.sync.externalpipe.operation.Operation
getDataCount, getEndIndex, getOperationType, getOperationTypeName, getStartIndex, getStorageGroup
-
-