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.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.