Interface EnterpriseTableKey
- All Superinterfaces:
ImmutableTableKey,LogOutputAppendable,NamedImplementation,TableKey
- All Known Implementing Classes:
EnterpriseTableKeyImpl
A
TableKey implementation for addressing Deephaven Enterprise Tables.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionio.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableKeyadapt()Get an Enterprise formatted version of thisEnterpriseTableKey@NotNull StringGet the namespace of the table.@NotNull StringGet the name of the table.@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableTypeGet the table type.static EnterpriseTableKeyofHistorical(@NotNull String namespace, @NotNull String tableName, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType tableType) Create anEnterpriseTableKeyfor a historical table.static EnterpriseTableKeyofTicking(@NotNull String namespace, @NotNull String tableName, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType tableType) Create anEnterpriseTableKeyfor an Intraday table.Methods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableKey
makeImmutableMethods inherited from interface io.deephaven.base.log.LogOutputAppendable
appendMethods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationName
-
Field Details
-
STANDALONE
-
-
Method Details
-
ofHistorical
static EnterpriseTableKey ofHistorical(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType tableType) Create anEnterpriseTableKeyfor a historical table.- Parameters:
namespace- the namespace of the tabletableName- the name of the tabletableType- theTableType- Returns:
- a new
EnterpriseTableKey
-
ofTicking
static EnterpriseTableKey ofTicking(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType tableType) Create anEnterpriseTableKeyfor an Intraday table.- Parameters:
namespace- the namespace of the tabletableName- the name of the tabletableType- theTableType- Returns:
- a new
EnterpriseTableKey
-
getNamespace
Get the namespace of the table.- Returns:
- the namespace
-
getTableName
Get the name of the table.- Returns:
- the name of the table
-
getTableType
@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType getTableType()Get the table type.- Returns:
- the
TableType
-
adapt
io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableKey adapt()Get an Enterprise formatted version of thisEnterpriseTableKey- Returns:
- an enterprise
TableKey
-