Package com.hazelcast.jet.pipeline
Class MapSinkEntryProcessorBuilder<E,K,V,R>
java.lang.Object
com.hazelcast.jet.pipeline.MapSinkEntryProcessorBuilder<E,K,V,R>
Parameters for using a map as a sink with an EntryProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clientConfig
(ClientConfig clientConfig) dataConnectionName
(DataConnectionRef dataConnectionRef) maxParallelAsyncOps
(int maxParallelAsyncOps) toEntryProcessorFn
(FunctionEx<? super E, ? extends EntryProcessor<K, V, R>> toEntryProcessorFn) toKeyFn
(FunctionEx<? super E, ? extends K> toKeyFn)
-
Constructor Details
-
MapSinkEntryProcessorBuilder
-
-
Method Details
-
dataConnectionName
public MapSinkEntryProcessorBuilder<E,K, dataConnectionNameV, R> (DataConnectionRef dataConnectionRef) -
clientConfig
-
toKeyFn
-
toEntryProcessorFn
public MapSinkEntryProcessorBuilder<E,K, toEntryProcessorFnV, R> (FunctionEx<? super E, ? extends EntryProcessor<K, V, R>> toEntryProcessorFn) -
maxParallelAsyncOps
-
build
-