Package | Description |
---|---|
io.siddhi.core.util.persistence.util |
Modifier and Type | Method and Description |
---|---|
IncrementalSnapshotInfo.SnapshotType |
IncrementalSnapshotInfo.getType() |
static IncrementalSnapshotInfo.SnapshotType |
IncrementalSnapshotInfo.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.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalSnapshotInfo.setType(IncrementalSnapshotInfo.SnapshotType type) |
Constructor and Description |
---|
IncrementalSnapshotInfo(String siddhiAppId,
String partitionId,
String queryName,
String elementId,
long time,
IncrementalSnapshotInfo.SnapshotType type,
String partitionGroupByKey) |
Copyright © 2021. All rights reserved.