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.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.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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- Specified by:
adaptin interfaceEnterpriseTableKey- Returns:
- an enterprise
TableKey
-
append
- Specified by:
appendin interfaceLogOutputAppendable
-
toString
-