| Package | Description |
|---|---|
| co.cask.cdap.etl.spark | |
| co.cask.cdap.etl.spark.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> org.apache.spark.api.java.function.FlatMapFunction<T,R> |
Compat.convert(FlatMapFunc<T,R> func) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatorAggregateFunction<GROUP_KEY,GROUP_VAL,OUT>
Function that uses a BatchAggregator to perform the aggregate part of the aggregator.
|
class |
AlertPassFilter
Filters a SparkCollection containing both output and errors to one that just contains alerts.
|
class |
BatchSourceFunction
Function that uses a BatchSource to transform a pair of objects into a single object.
|
class |
ErrorPassFilter<T>
Filters a SparkCollection containing both output and errors to one that just contains errors.
|
class |
ErrorTransformFunction<T,U>
Function that uses an ErrorTransform to perform a flatmap.
|
class |
JoinMergeFunction<JOIN_KEY,INPUT_RECORD,OUT>
Function that merges a join result using a BatchJoiner.
|
class |
MultiOutputTransformFunction<T>
Function that uses a MultiOutputTransform to perform a flatmap.
|
class |
OutputPassFilter<T>
Filters a SparkCollection containing both output and errors to one that just contains output from a specific port.
|
class |
TransformFunction<T>
Function that uses a Transform to perform a flatmap.
|
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.