Uses of Class
io.siddhi.core.util.persistence.util.IncrementalSnapshotInfo.SnapshotType
-
Packages that use IncrementalSnapshotInfo.SnapshotType Package Description io.siddhi.core.util.persistence.util -
-
Uses of IncrementalSnapshotInfo.SnapshotType in io.siddhi.core.util.persistence.util
Methods in io.siddhi.core.util.persistence.util that return IncrementalSnapshotInfo.SnapshotType Modifier and Type Method Description IncrementalSnapshotInfo.SnapshotTypeIncrementalSnapshotInfo. getType()static IncrementalSnapshotInfo.SnapshotTypeIncrementalSnapshotInfo.SnapshotType. valueOf(String name)Returns the enum constant of this type with the specified name.static IncrementalSnapshotInfo.SnapshotType[]IncrementalSnapshotInfo.SnapshotType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.siddhi.core.util.persistence.util with parameters of type IncrementalSnapshotInfo.SnapshotType Modifier and Type Method Description voidIncrementalSnapshotInfo. setType(IncrementalSnapshotInfo.SnapshotType type)Constructors in io.siddhi.core.util.persistence.util with parameters of type IncrementalSnapshotInfo.SnapshotType Constructor Description IncrementalSnapshotInfo(String siddhiAppId, String partitionId, String queryName, String elementId, long time, IncrementalSnapshotInfo.SnapshotType type, String partitionGroupByKey)
-