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