Package com.illumon.iris.db.v2
Interface QueryTable.MemoizableOperation
- All Superinterfaces:
QueryTable.Operation
- All Known Implementing Classes:
FlattenOperation
,PreemptiveUpdatesTable.Operation
,ReverseOperation
,SortOperation
,WouldMatchOperation
- Enclosing class:
- QueryTable
public static interface QueryTable.MemoizableOperation extends QueryTable.Operation
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.QueryTable.Operation
QueryTable.Operation.Result
-
Method Summary
Modifier and Type Method Description MemoizedOperationKey
getMemoizedOperationKey()
Methods inherited from interface com.illumon.iris.db.v2.QueryTable.Operation
getDescription, getLogPrefix, initialize, newSwapListener
-
Method Details
-
getMemoizedOperationKey
MemoizedOperationKey getMemoizedOperationKey()- Returns:
- the key that should be used to memoize off of
-