Package | Description |
---|---|
io.cdap.cdap.api.customaction | |
io.cdap.cdap.api.mapreduce |
Defines MapReduce jobs.
|
io.cdap.cdap.api.spark |
Defines APIs for defining Spark jobs in CDAP.
|
io.cdap.cdap.api.workflow |
For constructing workflows.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomActionContext
Represents runtime context of the
CustomAction in the Workflow. |
Modifier and Type | Interface and Description |
---|---|
interface |
MapReduceContext
MapReduce job execution context.
|
interface |
MapReduceTaskContext<KEYOUT,VALUEOUT>
MapReduce task execution context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SparkClientContext
A context for a
Spark program to interact with CDAP. |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowContext
Represents the runtime context of a
Workflow . |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.