Uses of Class
org.apache.iotdb.db.sync.datasource.DeletionGroup.DeletedType
-
Packages that use DeletionGroup.DeletedType Package Description org.apache.iotdb.db.sync.datasource -
-
Uses of DeletionGroup.DeletedType in org.apache.iotdb.db.sync.datasource
Methods in org.apache.iotdb.db.sync.datasource that return DeletionGroup.DeletedType Modifier and Type Method Description DeletionGroup.DeletedTypeDeletionGroup. checkDeletedState(long startTime, long endTime)Check the deletion-state of the data-points of specific time range according to the info of .modsstatic DeletionGroup.DeletedTypeDeletionGroup.DeletedType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeletionGroup.DeletedType[]DeletionGroup.DeletedType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-