Package io.deephaven.web.client.api
package io.deephaven.web.client.api
-
ClassDescriptionWrap BigDecimal values for use in JS.Wrap BigInteger values for use in JS.Callback<T,
F> A set of utilities for creating callbacks and promises using lambdas.Deprecated.Describes the structure of the column, and if desired can be used to get access to the data to be rendered in this column.Addition optional configuration that can be passed to theCoreClient
constructor.Options for custom columns.Describes the type of node in a rollup table.This object may be pooled internally or discarded and not updated.Represents a table which can be joined to another table.Represents statistics for a given table column.JsLazy<T>Represents a set of Tables each corresponding to some key.This class allows iteration over non-contiguous indexes.Provides access to data in a table.Describe how to perform initial fetch for a tableBehaves like a Table, but doesn't expose all of its API for changing the internal state.Describes how a Totals Table will be generated from its parent table.Useful for logging; toString calls a supplier so you can easily hide expensive toString() behind a lambdaWrap LocalDate values for use in JS.Wrap LocalTime values for use in JS.Represents a serialized fishlib LogRecord, suitable for display on javascript clients.QueryConnectable<Self extends QueryConnectable<Self>>JS-exposed supertype handling details about connecting to a deephaven query worker.Util class using exponential backoff to keep trying to connect to a server.Indicates that this object is a local representation of an object that exists on the server.Note that we don't explicitly use this as a union type, but sort of as a way to pretend that ServerObject is a sealed type with this generated set of subtypes.Describes a Sort present on the table.Common interface for various ways of accessing table data and formatting for viewport or non-viewport subscriptions on tables, data in trees, and snapshots.Represents a row available in a subscription/snapshot on the client.TS type union to allow either "int" or "LongWrapper" to be passed as an argument for various methods.Deprecated.Replacement for TableHandle, wraps up export tickets plus current export state.UNKNOWN: 0, PENDING: 1, PUBLISHING: 2, QUEUED: 3, RUNNING: 4, EXPORTED: 5, RELEASED: 6, CANCELLED: 7, FAILED: 8, DEPENDENCY_FAILED: 9, DEPENDENCY_NEVER_FOUND: 10, DEPENDENCY_CANCELLED: 11, DEPENDENCY_RELEASED: 12Single factory for known ticket types.Non-exported class, manages the connection to a given worker server.