Class EnterpriseTableKeyImpl
java.lang.Object
io.deephaven.enterprise.locations.impl.EnterpriseTableKeyImpl
- All Implemented Interfaces:
LogOutputAppendable
,ImmutableTableKey
,TableKey
,EnterpriseTableKey
,NamedImplementation
A basic Enterprise format
TableKey
. This internally wraps the Enterprise equivalent-
Field Summary
Fields inherited from interface io.deephaven.enterprise.locations.EnterpriseTableKey
STANDALONE
-
Constructor Summary
ConstructorsConstructorDescriptionEnterpriseTableKeyImpl
(@NotNull String namespace, @NotNull String tableName, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType tableType) -
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.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableKey
makeImmutable
Methods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationName
-
Constructor Details
-
EnterpriseTableKeyImpl
-
-
Method Details
-
getNamespace
Description copied from interface:EnterpriseTableKey
Get the namespace of the table.- Specified by:
getNamespace
in interfaceEnterpriseTableKey
- Returns:
- the namespace
-
getTableName
Description copied from interface:EnterpriseTableKey
Get the name of the table.- Specified by:
getTableName
in interfaceEnterpriseTableKey
- Returns:
- the name of the table
-
getTableType
@NotNull public @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableType getTableType()Description copied from interface:EnterpriseTableKey
Get the table type.- Specified by:
getTableType
in interfaceEnterpriseTableKey
- Returns:
- the
TableType
-
adapt
public io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableKey adapt()Description copied from interface:EnterpriseTableKey
Get an Enterprise formatted version of thisEnterpriseTableKey
- Specified by:
adapt
in interfaceEnterpriseTableKey
- Returns:
- an enterprise
TableKey
-
append
- Specified by:
append
in interfaceLogOutputAppendable
-
toString
-