Class DndSessionBarrage
java.lang.Object
io.deephaven.enterprise.dnd.client.DndSession
io.deephaven.enterprise.dnd.client.DndSessionBarrage
A session on a Persistent Query used to access tables using Barrage
-
Field Summary
Fields inherited from class io.deephaven.enterprise.dnd.client.DndSession
allocator, channel, sessionImpl -
Method Summary
Modifier and TypeMethodDescriptionsnapshotOf(@NotNull TableSpec table) Fetch a snapshot of the table from the server.subscribeTo(@NotNull TableSpec table) Fetch a fully subscribed table from the server.Methods inherited from class io.deephaven.enterprise.dnd.client.DndSession
allocator, catalogTable, channel, close, executeCode, getInfo, historicalTable, liveTable, scopeTable, session
-
Method Details
-
subscribeTo
Fetch a fully subscribed table from the server.- Parameters:
table- the tableSpec to subscribe to- Returns:
- a new Barrage
Table - Throws:
SubscriptionException- if there is a problem while subscribing
-
snapshotOf
Fetch a snapshot of the table from the server.- Parameters:
table- the tableSpec to snapshot- Returns:
- a new Barrage
Table - Throws:
SnapshotException- if there is a problem creating the snapshot.
-