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 SummaryFields inherited from class io.deephaven.enterprise.dnd.client.DndSessionallocator, channel, sessionImpl
- 
Method SummaryModifier and TypeMethodDescriptionGet the underlying barrage session for this client.snapshotOf(@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.DndSessionallocator, catalogTable, channel, close, executeCode, getInfo, historicalTable, liveTable, scopeTable, session
- 
Method Details- 
subscribeToFetch 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
 
- 
snapshotOfFetch 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.
 
- 
getBarrageSessionGet the underlying barrage session for this client.- Returns:
- the underlying barrage session
 
 
-