Class IncrementalSnapshotInfo
- java.lang.Object
-
- io.siddhi.core.util.persistence.util.IncrementalSnapshotInfo
-
public class IncrementalSnapshotInfo extends Object
Struct to store information about Incremental Snapshot
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIncrementalSnapshotInfo.SnapshotTypeType of incremental snapshot types
-
Constructor Summary
Constructors Constructor Description IncrementalSnapshotInfo(String siddhiAppId, String partitionId, String queryName, String elementId, long time, IncrementalSnapshotInfo.SnapshotType type, String partitionGroupByKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementId()StringgetId()StringgetPartitionGroupByKey()StringgetPartitionId()StringgetQueryName()StringgetRevision()StringgetSiddhiAppId()longgetTime()IncrementalSnapshotInfo.SnapshotTypegetType()voidsetElementId(String elementId)voidsetQueryName(String queryName)voidsetSiddhiAppId(String siddhiAppId)voidsetTime(long time)voidsetType(IncrementalSnapshotInfo.SnapshotType type)
-
-
-
Method Detail
-
getSiddhiAppId
public String getSiddhiAppId()
-
setSiddhiAppId
public void setSiddhiAppId(String siddhiAppId)
-
getQueryName
public String getQueryName()
-
setQueryName
public void setQueryName(String queryName)
-
getElementId
public String getElementId()
-
setElementId
public void setElementId(String elementId)
-
getRevision
public String getRevision()
-
getType
public IncrementalSnapshotInfo.SnapshotType getType()
-
setType
public void setType(IncrementalSnapshotInfo.SnapshotType type)
-
getTime
public long getTime()
-
setTime
public void setTime(long time)
-
getPartitionId
public String getPartitionId()
-
getPartitionGroupByKey
public String getPartitionGroupByKey()
-
getId
public String getId()
-
-