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 partitionId,
String queryName,
String elementId,
long time,
IncrementalSnapshotInfo.SnapshotType type,
String partitionGroupByKey) |
Modifier and Type | Method and Description |
---|---|
String |
getElementId() |
String |
getId() |
String |
getPartitionGroupByKey() |
String |
getPartitionId() |
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 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)
public String getPartitionId()
public String getPartitionGroupByKey()
public String getId()
Copyright © 2021. All rights reserved.