Package io.deephaven.client.impl
Class BarrageMessage
java.lang.Object
io.deephaven.client.impl.BarrageMessage
- All Implemented Interfaces:
SafeCloseable,AutoCloseable
This is a structured object that represents the barrage update record batch.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionlongbooleanlonglongbooleanstatic final BarrageMessage.ModColumnData[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ZERO_MOD_COLUMNS
-
firstSeq
public long firstSeq -
lastSeq
public long lastSeq -
isSnapshot
public boolean isSnapshot -
snapshotIndex
-
snapshotIndexIsReversed
public boolean snapshotIndexIsReversed -
snapshotColumns
-
rowsAdded
-
rowsIncluded
-
rowsRemoved
-
shifted
-
addColumnData
-
modColumnData
-
length
public long length
-
-
Constructor Details
-
BarrageMessage
public BarrageMessage()
-
-
Method Details
-
clone
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable
-