Uses of Interface
org.infinispan.stream.impl.KeyTrackingTerminalOperation.IntermediateCollector
-
Packages that use KeyTrackingTerminalOperation.IntermediateCollector Package Description org.infinispan.stream.impl org.infinispan.stream.impl.termop org.infinispan.stream.impl.termop.primitive -
-
Uses of KeyTrackingTerminalOperation.IntermediateCollector in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type KeyTrackingTerminalOperation.IntermediateCollector Modifier and Type Method Description Collection<K>
KeyTrackingTerminalOperation. performForEachOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<K>> response)
Invoked when a key and rehash aware operation is desired.Collection<R>
KeyTrackingTerminalOperation. performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<R>> response)
Invoked when a key aware operation is desired without rehash being enabled. -
Uses of KeyTrackingTerminalOperation.IntermediateCollector in org.infinispan.stream.impl.termop
Methods in org.infinispan.stream.impl.termop with parameters of type KeyTrackingTerminalOperation.IntermediateCollector Modifier and Type Method Description Collection<K>
AbstractForEachOperation. performForEachOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<K>> response)
List<V>
AbstractForEachOperation. performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<V>> response)
-
Uses of KeyTrackingTerminalOperation.IntermediateCollector in org.infinispan.stream.impl.termop.primitive
-