Deephaven Javadocs for Enterprise 1.20231219.063beta with Community Core 0.33.3
These Javadocs are for Deephaven Core+, which provides enterprise functionality to the Deephaven Community Core engine. For extensive documentation of Deephaven Community Core and Deephaven Enterprise specifically, please see the links below.
Deephaven Community Core documentation (including table operations and the query engine):
Deephaven Enterprise documentation:
Please note that Deephaven Enterprise classes are shadowed under io.deephaven.shadow.enterprise
. For
example, the Enterprise class com.illumon.iris.db.schema.SchemaService
is accessible in Core+ workers as
io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.SchemaService
. Shadowed Deephaven Enterprise
classes are not all guaranteed to work in Core+ workers.