public final class HdfsProcessors extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V,R> com.hazelcast.jet.impl.connector.hadoop.ReadHdfsP.MetaSupplier<K,V,R> |
readHdfsP(org.apache.hadoop.mapred.JobConf jobConf,
DistributedBiFunction<K,V,R> mapper)
Returns a supplier of processors for
HdfsSources.hdfs(JobConf, DistributedBiFunction). |
static <E,K,V> ProcessorMetaSupplier |
writeHdfsP(org.apache.hadoop.mapred.JobConf jobConf,
DistributedFunction<? super E,K> extractKeyFn,
DistributedFunction<? super E,V> extractValueFn)
Returns a supplier of processors for
HdfsSinks.hdfs(JobConf, DistributedFunction, DistributedFunction). |
@Nonnull public static <K,V,R> com.hazelcast.jet.impl.connector.hadoop.ReadHdfsP.MetaSupplier<K,V,R> readHdfsP(@Nonnull org.apache.hadoop.mapred.JobConf jobConf, @Nonnull DistributedBiFunction<K,V,R> mapper)
HdfsSources.hdfs(JobConf, DistributedBiFunction).@Nonnull public static <E,K,V> ProcessorMetaSupplier writeHdfsP(@Nonnull org.apache.hadoop.mapred.JobConf jobConf, @Nonnull DistributedFunction<? super E,K> extractKeyFn, @Nonnull DistributedFunction<? super E,V> extractValueFn)
HdfsSinks.hdfs(JobConf, DistributedFunction, DistributedFunction).Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.