Package io.deephaven.engine.table.impl
Interface QueryTable.MemoizableOperation<T extends DynamicNode & NotificationStepReceiver>
- All Superinterfaces:
QueryTable.Operation<T>
- All Known Implementing Classes:
BarrageMessageProducer.Operation
,FlattenOperation
,RangeJoinOperation
,ReverseOperation
,SortOperation
,WouldMatchOperation
- Enclosing class:
- QueryTable
public static interface QueryTable.MemoizableOperation<T extends DynamicNode & NotificationStepReceiver>
extends QueryTable.Operation<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.QueryTable.Operation
QueryTable.Operation.Result<T extends DynamicNode & NotificationStepReceiver>
-
Method Summary
Methods inherited from interface io.deephaven.engine.table.impl.QueryTable.Operation
beginOperation, getDescription, getLogPrefix, initialize, newSnapshotControl, snapshotNeeded
-
Method Details
-
getMemoizedOperationKey
MemoizedOperationKey getMemoizedOperationKey()- Returns:
- the key that should be used to memoize off of
-