Package io.deephaven.web.client.api.subscription
package io.deephaven.web.client.api.subscription
-
ClassDescriptionSuperclass of various subscription types, allowing specific implementations to customize behavior for their needs.TableData type for full table subscriptions.Base type to allow trees to extend from here separately from tables.TableData type for viewport subscriptions.Options for requesting table data, either as a snapshot or a subscription.Options for requesting a preview of columns when requesting table data.Simple TS union that includes the rangeset and a simplified set that must contain exactly one range, with a start and end property that are both JS numbers.Simple range consisting only of start and end numbers.Options for requesting a snapshot of a table.Options for requesting a full-table subscription to a table.Options for requesting a viewport subscription to a table.Event data, describing the indexes that were added/removed/updated, and providing access to Rows (and thus data in columns) either by index, or scanning the complete present index.Represents a non-viewport subscription to a table, and all data currently known to be present in the subscribed columns.This object serves as a "handle" to a subscription, allowing it to be acted on directly or canceled outright.Extends
TableData, but only contains data in the current viewport.This object may be pooled internally or discarded and not updated.