Uses of Interface
org.infinispan.stream.impl.intops.IntermediateOperation
-
-
Uses of IntermediateOperation in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl with type parameters of type IntermediateOperation Modifier and Type Field Description protected Queue<IntermediateOperation>AbstractCacheStream. intermediateOperationsMethods in org.infinispan.stream.impl with parameters of type IntermediateOperation Modifier and Type Method Description protected voidAbstractCacheStream. addIntermediateOperation(Queue<IntermediateOperation> intermediateOperations, IntermediateOperation<T,S,?,?> intermediateOperation)protected S2AbstractCacheStream. addIntermediateOperation(IntermediateOperation<T,S,T,S> intermediateOperation)protected voidAbstractCacheStream. addIntermediateOperationMap(IntermediateOperation<T,S,?,?> intermediateOperation)Method parameters in org.infinispan.stream.impl with type arguments of type IntermediateOperation Modifier and Type Method Description protected voidAbstractCacheStream. addIntermediateOperation(Queue<IntermediateOperation> intermediateOperations, IntermediateOperation<T,S,?,?> intermediateOperation)Constructor parameters in org.infinispan.stream.impl with type arguments of type IntermediateOperation Constructor Description CacheIntermediatePublisher(Queue<IntermediateOperation> intOps) -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops
Subinterfaces of IntermediateOperation in org.infinispan.stream.impl.intops Modifier and Type Interface Description interfaceFlatMappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>>Interface to signify that anIntermediateOperationis a flat map operation.interfaceMappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>>Marker interface to signify that anIntermediateOperationis a map operation.Classes in org.infinispan.stream.impl.intops that implement IntermediateOperation Modifier and Type Class Description classUnorderedOperation<Type,Stream extends BaseStream<Type,Stream>>Performs unordered operation on aBaseStreamMethods in org.infinispan.stream.impl.intops that return IntermediateOperation Modifier and Type Method Description IntermediateOperationIntermediateOperationExternalizer. readObject(ObjectInput input)Methods in org.infinispan.stream.impl.intops that return types with arguments of type IntermediateOperation Modifier and Type Method Description Set<Class<? extends IntermediateOperation>>IntermediateOperationExternalizer. getTypeClasses()Methods in org.infinispan.stream.impl.intops with parameters of type IntermediateOperation Modifier and Type Method Description voidIntermediateOperationExternalizer. writeObject(ObjectOutput output, IntermediateOperation object) -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops.object
Classes in org.infinispan.stream.impl.intops.object that implement IntermediateOperation Modifier and Type Class Description classDistinctOperation<S>Performs distinct operation on a regularStreamclassFilterOperation<S>Performs filter operation on a regularStreamclassFlatMapOperation<I,O>Performs flat map operation on a regularStreamclassFlatMapToDoubleOperation<I>Performs flat map to double operation on a regularStreamclassFlatMapToIntOperation<I>Performs flat map to int operation on a regularStreamclassFlatMapToLongOperation<I>Performs flat map to long operation on a regularStreamclassLimitOperation<S>Performs limit operation on a regularStreamclassMapOperation<I,O>Performs map to operation on a regularStreamclassMapToDoubleOperation<I>Performs map to double operation on a regularStreamclassMapToIntOperation<I>Performs map to int operation on a regularStreamclassMapToLongOperation<I>Performs map to long operation on a regularStreamclassPeekOperation<S>Performs peek operation on a regularStreamclassSkipOperation<S>Performs skip operation on a regularStreamclassSortedComparatorOperation<S>Performs sorted operation with a comparator on a regularStreamclassSortedOperation<S>Performs sorted operation on a regularStream -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops.primitive.d
Classes in org.infinispan.stream.impl.intops.primitive.d that implement IntermediateOperation Modifier and Type Class Description classBoxedDoubleOperationPerforms boxed operation on aDoubleStreamclassDistinctDoubleOperationPerforms distinct operation on aDoubleStreamclassFilterDoubleOperationPerforms filter operation on aDoubleStreamclassFlatMapDoubleOperationPerforms flat map operation on aDoubleStreamclassLimitDoubleOperationPerforms limit operation on aDoubleStreamclassMapDoubleOperationPerforms map operation on aDoubleStreamclassMapToIntDoubleOperationPerforms map to int operation on aDoubleStreamclassMapToLongDoubleOperationPerforms map to long operation on aDoubleStreamclassMapToObjDoubleOperation<R>Performs boxed operation on aDoubleStreamclassPeekDoubleOperationPerforms peek operation on aDoubleStreamclassSkipDoubleOperationPerforms skip operation on aDoubleStreamclassSortedDoubleOperationPerforms sorted operation on aDoubleStream -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops.primitive.i
Classes in org.infinispan.stream.impl.intops.primitive.i that implement IntermediateOperation Modifier and Type Class Description classAsDoubleIntOperationPerforms as double operation on aIntStreamclassAsLongIntOperationPerforms as long operation on aIntStreamclassBoxedIntOperationPerforms boxed operation on aIntStreamclassDistinctIntOperationPerforms distinct operation on aIntStreamclassFilterIntOperation<S>Performs filter operation on aIntStreamclassFlatMapIntOperationPerforms flat map operation on aIntStreamclassLimitIntOperationPerforms limit operation on aIntStreamclassMapIntOperationPerforms map operation on aIntStreamclassMapToDoubleIntOperationPerforms map to double operation on aIntStreamclassMapToLongIntOperationPerforms map to long operation on aIntStreamclassMapToObjIntOperation<R>Performs map to object operation on aIntStreamclassPeekIntOperationPerforms peek operation on aIntStreamclassSkipIntOperationPerforms skip operation on aIntStreamclassSortedIntOperationPerforms sorted operation on aIntStream -
Uses of IntermediateOperation in org.infinispan.stream.impl.intops.primitive.l
Classes in org.infinispan.stream.impl.intops.primitive.l that implement IntermediateOperation Modifier and Type Class Description classAsDoubleLongOperationPerforms as double operation on aLongStreamclassBoxedLongOperationPerforms boxed operation on aLongStreamclassDistinctLongOperationPerforms distinct operation on aLongStreamclassFilterLongOperation<S>Performs filter operation on aLongStreamclassFlatMapLongOperationPerforms flat map operation on aLongStreamclassLimitLongOperationPerforms limit operation on aLongStreamclassMapLongOperationPerforms map operation on aLongStreamclassMapToDoubleLongOperationPerforms map to double operation on aLongStreamclassMapToIntLongOperationPerforms map to int operation on aLongStreamclassMapToObjLongOperation<R>Performs map to object operation on aLongStreamclassPeekLongOperationPerforms peek operation on aLongStreamclassSkipLongOperationPerforms skip operation on aLongStreamclassSortedLongOperationPerforms sorted operation on aLongStream -
Uses of IntermediateOperation in org.infinispan.stream.impl.local
Fields in org.infinispan.stream.impl.local with type parameters of type IntermediateOperation Modifier and Type Field Description protected Queue<IntermediateOperation>AbstractLocalCacheStream. intermediateOperations
-