@Beta public interface BatchJoinerContext extends BatchContext
| Modifier and Type | Method and Description |
|---|---|
void |
setJoinInputRecordClass(Class<?> joinInputRecordClass)
Set the join input record class.
|
void |
setJoinKeyClass(Class<?> joinKeyClass)
Set the join key class.
|
void |
setNumPartitions(int numPartitions)
Set the number of partitions to use to join values.
|
createDataset, datasetExists, getHadoopJob, getLogicalStartTime, getRuntimeArguments, setRuntimeArgumentdiscardDataset, getDataset, getDataset, getDataset, getDataset, releaseDatasetgetMetrics, getPluginProperties, getPluginProperties, getStageName, loadPluginClass, newPluginInstanceprovidevoid setNumPartitions(int numPartitions)
numPartitions - the number of partitions to use when joining.void setJoinKeyClass(Class<?> joinKeyClass)
joinKeyClass - the join key classvoid setJoinInputRecordClass(Class<?> joinInputRecordClass)
joinInputRecordClass - the join input record classCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.