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