Package com.illumon.iris.db.v2.remote
Class InitialSnapshot
java.lang.Object
com.illumon.iris.db.v2.remote.InitialSnapshot
- All Implemented Interfaces:
Serializable
,Cloneable
A Raw table snapshot. Users may use
InitialSnapshotTable.setupInitialSnapshotTable(Table, InitialSnapshot)
to
convert this into a QueryTable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
setViewport
(Index viewport) snapshotForColumns
(BitSet columnsOfInterest) snapshotForRows
(Index rowsToSnapshot) toString()
void
-
Field Details
-
type
-
index
-
dataColumns
-
deltaSequence
public long deltaSequence -
step
public long step -
rowsIncluded
-
viewport
-
-
Constructor Details
-
InitialSnapshot
public InitialSnapshot()
-
-
Method Details