| Package | Description |
|---|---|
| org.wso2.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 queryName,
String elementId,
long time,
IncrementalSnapshotInfo.SnapshotType type) |
Copyright © 2019 WSO2. All rights reserved.