Interface ImmutableTableKey
- All Superinterfaces:
LogOutputAppendable
,NamedImplementation
,TableKey
- All Known Implementing Classes:
StandaloneTableKey
Sub-interface of
TableKey
to mark immutable implementations.-
Method Summary
Modifier and TypeMethodDescriptiondefault ImmutableTableKey
Get anImmutableTableKey
that is equal to this.Methods inherited from interface io.deephaven.base.log.LogOutputAppendable
append
Methods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationName
-
Method Details
-
makeImmutable
Description copied from interface:TableKey
Get anImmutableTableKey
that is equal to this.- Specified by:
makeImmutable
in interfaceTableKey
- Returns:
- An immutable version of this key
-