| Package | Description |
|---|---|
| co.cask.cdap.etl.spark | |
| co.cask.cdap.etl.spark.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,K,V> org.apache.spark.api.java.function.PairFlatMapFunction<T,K,V> |
Compat.convert(PairFlatMapFunc<T,K,V> func) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatorGroupByFunction<GROUP_KEY,GROUP_VAL>
Function that uses a BatchAggregator to perform the groupBy part of the aggregator.
|
class |
BatchSinkFunction<IN,OUT_KEY,OUT_VAL>
Function that uses a BatchSink to transform one object into a pair.
|
class |
JoinOnFunction<JOIN_KEY,INPUT_RECORD>
Function that uses a BatchJoiner to perform the joinOn part of the join.
|
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.