Interface TerminalOperation<Original,R>
- Type Parameters:
R
- the returing result
- All Superinterfaces:
SegmentAwareOperation
Interface describing an operation that is a terminal one that doesn't track keys.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleInjection
(ComponentRegistry registry) Handles injection of components for various intermediate and this operation.Actually runs the terminal operation returning the result from the operationvoid
setSupplier
(Supplier<Stream<Original>> supplier) Sets the local supplier for the stream.Methods inherited from interface org.infinispan.stream.impl.SegmentAwareOperation
lostSegment
-
Method Details
-
performOperation
R performOperation()Actually runs the terminal operation returning the result from the operation- Returns:
- the value retrieved for the operation
-
setSupplier
-
handleInjection
Handles injection of components for various intermediate and this operation.- Parameters:
registry
- component registry to use
-