public class IncrementalSnapshotInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IncrementalSnapshotInfo.SnapshotType
Type of incremental snapshot types
|
| Constructor and Description |
|---|
IncrementalSnapshotInfo(String siddhiAppId,
String queryName,
String elementId,
long time,
IncrementalSnapshotInfo.SnapshotType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementId() |
String |
getQueryName() |
String |
getRevision() |
String |
getSiddhiAppId() |
long |
getTime() |
IncrementalSnapshotInfo.SnapshotType |
getType() |
void |
setElementId(String elementId) |
void |
setQueryName(String queryName) |
void |
setSiddhiAppId(String siddhiAppId) |
void |
setTime(long time) |
void |
setType(IncrementalSnapshotInfo.SnapshotType type) |
public IncrementalSnapshotInfo(String siddhiAppId, String queryName, String elementId, long time, IncrementalSnapshotInfo.SnapshotType type)
public String getSiddhiAppId()
public void setSiddhiAppId(String siddhiAppId)
public String getQueryName()
public void setQueryName(String queryName)
public String getElementId()
public void setElementId(String elementId)
public String getRevision()
public IncrementalSnapshotInfo.SnapshotType getType()
public void setType(IncrementalSnapshotInfo.SnapshotType type)
public long getTime()
public void setTime(long time)
Copyright © 2018 WSO2. All rights reserved.