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.TableKey
adapt()
Get an Enterprise formatted version of thisEnterpriseTableKey
@NotNull String
Get the namespace of the table.@NotNull String
Get the name of the table.@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType
Get the table type.static EnterpriseTableKey
ofHistorical
(@NotNull String namespace, @NotNull String tableName, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType tableType) Create anEnterpriseTableKey
for a historical table.static EnterpriseTableKey
ofTicking
(@NotNull String namespace, @NotNull String tableName, io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType tableType) Create anEnterpriseTableKey
for an Intraday table.Methods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableKey
makeImmutable
Methods inherited from interface io.deephaven.base.log.LogOutputAppendable
append
Methods 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 anEnterpriseTableKey
for 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 anEnterpriseTableKey
for 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
-