Class EnterpriseTableKeyImpl
java.lang.Object
io.deephaven.enterprise.locations.impl.EnterpriseTableKeyImpl
- All Implemented Interfaces:
LogOutputAppendable
,ImmutableTableKey
,TableKey
,EnterpriseTableKey
,io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutputAppendable
,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
, which will contain a V2 table type.io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableKey
Get an Enterprise formatted version of thisEnterpriseTableKey
, which will be logically equivalent, except for table type adapted to its V1 equivalent.io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput
append
(io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput logOutput) boolean
@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.int
hashCode()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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
, which will contain a V2 table type.- Specified by:
adapt
in interfaceEnterpriseTableKey
- Returns:
- an enterprise
TableKey
-
adaptWithV1TableType
public io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableKey adaptWithV1TableType()Description copied from interface:EnterpriseTableKey
Get an Enterprise formatted version of thisEnterpriseTableKey
, which will be logically equivalent, except for table type adapted to its V1 equivalent.- Specified by:
adaptWithV1TableType
in interfaceEnterpriseTableKey
- Returns:
- an enterprise
TableKey
-
append
- Specified by:
append
in interfaceLogOutputAppendable
-
append
public io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput append(io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput logOutput) - Specified by:
append
in interfaceio.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutputAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-