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