Interface TableKey
- All Superinterfaces:
LogOutputAppendable,NamedImplementation
- All Known Subinterfaces:
ImmutableTableKey
- All Known Implementing Classes:
PythonTableDataService.TableKeyImpl,StandaloneTableKey
Interface for opaque table keys for use in
TableDataService implementations.-
Method Summary
Methods inherited from interface io.deephaven.base.log.LogOutputAppendable
appendMethods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationName
-
Method Details
-
makeImmutable
ImmutableTableKey makeImmutable()Get anImmutableTableKeythat is equal to this.- Returns:
- An immutable version of this key
-