Uses of Class
org.apache.iotdb.db.sync.externalpipe.operation.Operation.OperationType
-
Packages that use Operation.OperationType Package Description org.apache.iotdb.db.sync.externalpipe.operation -
-
Uses of Operation.OperationType in org.apache.iotdb.db.sync.externalpipe.operation
Methods in org.apache.iotdb.db.sync.externalpipe.operation that return Operation.OperationType Modifier and Type Method Description Operation.OperationTypeOperation. getOperationType()static Operation.OperationTypeOperation.OperationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operation.OperationType[]Operation.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.sync.externalpipe.operation with parameters of type Operation.OperationType Constructor Description Operation(Operation.OperationType operationType, java.lang.String storageGroup, long startIndex, long endIndex)
-