Class BarrageMessage
java.lang.Object
io.deephaven.engine.table.impl.util.BarrageMessage
- All Implemented Interfaces:
SafeCloseable
,AutoCloseable
This is a structured object that represents the barrage update record batch.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static interface
static class
-
Field Summary
Modifier and TypeFieldDescriptionlong
boolean
long
long
The BitSet of columns the server is now respecting for this client; only set when parsing on the client.The RowSet the server is now respecting for this client; only set when parsing on the client.boolean
Whether the server-respecting viewport is a tail; only set when parsing on the client.long
The size of the table after this update.static final BarrageMessage.ModColumnData[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
ZERO_MOD_COLUMNS
-
firstSeq
public long firstSeq -
lastSeq
public long lastSeq -
tableSize
public long tableSizeThe size of the table after this update. -1 if unknown. -
snapshotRowSet
The RowSet the server is now respecting for this client; only set when parsing on the client. -
snapshotRowSetIsReversed
public boolean snapshotRowSetIsReversedWhether the server-respecting viewport is a tail; only set when parsing on the client. -
snapshotColumns
The BitSet of columns the server is now respecting for this client; only set when parsing on the client. -
isSnapshot
public boolean isSnapshot -
rowsAdded
-
rowsIncluded
-
rowsRemoved
-
shifted
-
addColumnData
-
modColumnData
-
length
public long length
-
-
Constructor Details
-
BarrageMessage
public BarrageMessage()
-
-
Method Details
-
clone
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-