Uses of Interface
com.hazelcast.jet.pipeline.IMapExtension.IMapGeneralStage
Packages that use IMapExtension.IMapGeneralStage
-
Uses of IMapExtension.IMapGeneralStage in com.hazelcast.jet.pipeline
Classes in com.hazelcast.jet.pipeline with type parameters of type IMapExtension.IMapGeneralStageModifier and TypeInterfaceDescriptionstatic interfaceIMapExtension.IMapGeneralStage<T,S extends IMapExtension.IMapGeneralStage<T, S>> Extends Pipeline stage with convenient methods utilising IMap in addition toGeneralStage.mapUsingIMap(java.lang.String, com.hazelcast.function.FunctionEx<? super T, ? extends K>, com.hazelcast.function.BiFunctionEx<? super T, ? super V, ? extends R>)available in basic stages.Subinterfaces of IMapExtension.IMapGeneralStage in com.hazelcast.jet.pipelineModifier and TypeInterfaceDescriptionstatic interfaceExtends Pipeline stage with convenient methods utilising IMap in addition toBatchStage.mapUsingIMap(java.lang.String, com.hazelcast.function.FunctionEx<? super T, ? extends K>, com.hazelcast.function.BiFunctionEx<? super T, ? super V, ? extends R>)available in basic stages.static interfaceExtends Pipeline stage with convenient methods utilising IMap in addition toStreamStage.mapUsingIMap(java.lang.String, com.hazelcast.function.FunctionEx<? super T, ? extends K>, com.hazelcast.function.BiFunctionEx<? super T, ? super V, ? extends R>)available in basic stages.