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.TableKeyadapt()Get an Enterprise formatted version of thisEnterpriseTableKey, which will contain a V2 table type.io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableKeyGet 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.LogOutputappend(io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput logOutput) boolean@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.inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableKey
makeImmutableMethods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationName
-
Constructor Details
-
EnterpriseTableKeyImpl
-
-
Method Details
-
getNamespace
Description copied from interface:EnterpriseTableKeyGet the namespace of the table.- Specified by:
getNamespacein interfaceEnterpriseTableKey- Returns:
- the namespace
-
getTableName
Description copied from interface:EnterpriseTableKeyGet the name of the table.- Specified by:
getTableNamein 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:EnterpriseTableKeyGet the table type.- Specified by:
getTableTypein interfaceEnterpriseTableKey- Returns:
- the
TableType
-
adapt
public io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableKey adapt()Description copied from interface:EnterpriseTableKeyGet an Enterprise formatted version of thisEnterpriseTableKey, which will contain a V2 table type.- Specified by:
adaptin interfaceEnterpriseTableKey- Returns:
- an enterprise
TableKey
-
adaptWithV1TableType
public io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableKey adaptWithV1TableType()Description copied from interface:EnterpriseTableKeyGet an Enterprise formatted version of thisEnterpriseTableKey, which will be logically equivalent, except for table type adapted to its V1 equivalent.- Specified by:
adaptWithV1TableTypein interfaceEnterpriseTableKey- Returns:
- an enterprise
TableKey
-
append
- Specified by:
appendin 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:
appendin interfaceio.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutputAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-