public final class HadoopProcessors extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V,R> ProcessorMetaSupplier | readHadoopP(org.apache.hadoop.conf.Configuration configuration,
           BiFunctionEx<K,V,R> projectionFn)Returns a supplier of processors for
  HadoopSources.inputFormat(Configuration, BiFunctionEx). | 
| static <K,V,R> ProcessorMetaSupplier | readHadoopP(Permission permission,
           ConsumerEx<org.apache.hadoop.conf.Configuration> configureFn,
           BiFunctionEx<K,V,R> projectionFn)Returns a supplier of processors for  FileSources.files(String). | 
| static <E,K,V> ProcessorMetaSupplier | writeHadoopP(org.apache.hadoop.conf.Configuration configuration,
            FunctionEx<? super E,K> extractKeyFn,
            FunctionEx<? super E,V> extractValueFn)Returns a supplier of processors for
  HadoopSinks.outputFormat(Configuration, FunctionEx, FunctionEx). | 
@Nonnull public static <K,V,R> ProcessorMetaSupplier readHadoopP(@Nonnull org.apache.hadoop.conf.Configuration configuration, @Nonnull BiFunctionEx<K,V,R> projectionFn)
HadoopSources.inputFormat(Configuration, BiFunctionEx).@Nonnull public static <K,V,R> ProcessorMetaSupplier readHadoopP(@Nullable Permission permission, @Nonnull ConsumerEx<org.apache.hadoop.conf.Configuration> configureFn, @Nonnull BiFunctionEx<K,V,R> projectionFn)
FileSources.files(String).
 The configuration happens via provided configureFn function on the
 job coordinator node. This is useful in cases where setting up the
 configuration requires access to the server and only the cluster members
 have the access.@Nonnull public static <E,K,V> ProcessorMetaSupplier writeHadoopP(@Nonnull org.apache.hadoop.conf.Configuration configuration, @Nonnull FunctionEx<? super E,K> extractKeyFn, @Nonnull FunctionEx<? super E,V> extractValueFn)
HadoopSinks.outputFormat(Configuration, FunctionEx, FunctionEx).Copyright © 2024 Hazelcast, Inc.. All rights reserved.