Uses of Class
org.apache.iotdb.commons.sync.pipe.SyncOperation
-
Packages that use SyncOperation Package Description org.apache.iotdb.commons.sync.persistence org.apache.iotdb.commons.sync.pipe -
-
Uses of SyncOperation in org.apache.iotdb.commons.sync.persistence
Methods in org.apache.iotdb.commons.sync.persistence with parameters of type SyncOperation Modifier and Type Method Description voidSyncLogWriter. operatePipe(java.lang.String pipeName, SyncOperation syncOperation) -
Uses of SyncOperation in org.apache.iotdb.commons.sync.pipe
Methods in org.apache.iotdb.commons.sync.pipe that return SyncOperation Modifier and Type Method Description static SyncOperationSyncOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SyncOperation[]SyncOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-