- gauge(String, long) - Method in interface co.cask.cdap.etl.api.StageMetrics
-
Sets the specific metric to the provided value.
- get(String) - Method in interface co.cask.cdap.etl.api.action.SettableArguments
-
Returns the value for the given argument name if it exist, otherwise null is returned.
- getArguments() - Method in interface co.cask.cdap.etl.api.action.ActionContext
-
Return the arguments which can be updated.
- getCacheConfig() - Method in class co.cask.cdap.etl.api.LookupTableConfig
-
- getContext() - Method in class co.cask.cdap.etl.api.Transform
-
- getDatasetProperties() - Method in class co.cask.cdap.etl.api.LookupTableConfig
-
- getErrorCode() - Method in class co.cask.cdap.etl.api.InvalidEntry
-
- getErrorMsg() - Method in class co.cask.cdap.etl.api.InvalidEntry
-
- getExpirySeconds() - Method in class co.cask.cdap.etl.api.CacheConfig
-
- getHadoopJob() - Method in interface co.cask.cdap.etl.api.batch.BatchContext
-
Deprecated.
this method will be removed.
- getHadoopJob() - Method in interface co.cask.cdap.etl.api.batch.BatchRuntimeContext
-
Deprecated.
this method will be removed.
- getInputRecord() - Method in class co.cask.cdap.etl.api.JoinElement
-
Returns input record which is part of join result
- getInputSchema() - Method in interface co.cask.cdap.etl.api.StageConfigurer
-
get the input schema for this stage, or null if its unknown
- getInputSchemas() - Method in interface co.cask.cdap.etl.api.batch.BatchJoinerRuntimeContext
-
Returns a map of input schemas for joiner.
- getInputSchemas() - Method in interface co.cask.cdap.etl.api.MultiInputStageConfigurer
-
get the map of input stageName to input schema for this stage, or return empty map if its unknown
- getInstanceCount() - Method in interface co.cask.cdap.etl.api.realtime.RealtimeContext
-
Get Instance Count.
- getInstanceId() - Method in interface co.cask.cdap.etl.api.realtime.RealtimeContext
-
Get Instance Id.
- getInvalidRecord() - Method in class co.cask.cdap.etl.api.InvalidEntry
-
- getJoinConfig() - Method in interface co.cask.cdap.etl.api.Joiner
-
Creates join configuration which holds information about required inputs which are needed to decide
type of the join and produce join result.
- getLogicalStartTime() - Method in interface co.cask.cdap.etl.api.action.ActionContext
-
Returns the logical start time of the batch job which triggers this instance of an action.
- getLogicalStartTime() - Method in interface co.cask.cdap.etl.api.batch.BatchContext
-
Returns the logical start time of the Batch Job.
- getLogicalStartTime() - Method in interface co.cask.cdap.etl.api.batch.BatchRuntimeContext
-
Returns the logical start time of the Batch Job.
- getMaxSize() - Method in class co.cask.cdap.etl.api.CacheConfig
-
- getMetrics() - Method in interface co.cask.cdap.etl.api.StageContext
-
Get an instance of
StageMetrics, used to collect metrics for this stage.
- getMultiInputStageConfigurer() - Method in interface co.cask.cdap.etl.api.MultiInputPipelineConfigurer
-
Get multi input stage configurer for the pipeline stage
- getNamespace() - Method in interface co.cask.cdap.etl.api.action.ActionContext
-
- getNodeStates() - Method in interface co.cask.cdap.etl.api.batch.BatchActionContext
-
- getOutputSchema() - Method in interface co.cask.cdap.etl.api.batch.BatchJoinerRuntimeContext
-
- getPluginProperties() - Method in interface co.cask.cdap.etl.api.StageContext
-
- getPluginProperties(String) - Method in interface co.cask.cdap.etl.api.StageContext
-
- getRequiredInputs() - Method in class co.cask.cdap.etl.api.JoinConfig
-
Returns required inputs to be joined.
- getRuntimeArguments() - Method in interface co.cask.cdap.etl.api.batch.BatchContext
-
Returns runtime arguments of the Batch Job.
- getRuntimeArguments() - Method in interface co.cask.cdap.etl.api.batch.BatchRuntimeContext
-
Returns runtime arguments of the Batch Job.
- getStageConfigurer() - Method in interface co.cask.cdap.etl.api.PipelineConfigurer
-
Get stage configurer for the pipeline stage
- getStageName() - Method in class co.cask.cdap.etl.api.JoinElement
-
Returns stage name to which input record belongs to
- getStageName() - Method in interface co.cask.cdap.etl.api.StageContext
-
Gets the unique stage name of the transform, useful for setting the context of logging in transforms.
- getState(String) - Method in class co.cask.cdap.etl.api.realtime.SourceState
-
Get the byte[] associated with a key.
- getState() - Method in class co.cask.cdap.etl.api.realtime.SourceState
-
Get the full state of the Source.
- getTable(String) - Method in class co.cask.cdap.etl.api.LookupConfig
-
- getToken() - Method in interface co.cask.cdap.etl.api.batch.BatchActionContext
-
- getType() - Method in class co.cask.cdap.etl.api.LookupTableConfig
-
- getValidator() - Method in interface co.cask.cdap.etl.api.Validator
-
Gets the Validator Object, on which the validator function's can be invoked from user-code.
- getValidatorName() - Method in interface co.cask.cdap.etl.api.Validator
-
- groupBy(GROUP_VALUE, Emitter<GROUP_KEY>) - Method in interface co.cask.cdap.etl.api.Aggregator
-
Emit the group key(s) for a given input value.
- set(String, String) - Method in interface co.cask.cdap.etl.api.action.SettableArguments
-
Sets the name and value as specified by the input parameters.
- setGroupKeyClass(Class<?>) - Method in interface co.cask.cdap.etl.api.batch.BatchAggregatorContext
-
Set the group key class.
- setGroupValueClass(Class<?>) - Method in interface co.cask.cdap.etl.api.batch.BatchAggregatorContext
-
Set the group value class.
- setInput(Input) - Method in interface co.cask.cdap.etl.api.batch.BatchSourceContext
-
Overrides the input configuration of this Batch job to the specified
Input.
- setJoinInputRecordClass(Class<?>) - Method in interface co.cask.cdap.etl.api.batch.BatchJoinerContext
-
Set the join input record class.
- setJoinKeyClass(Class<?>) - Method in interface co.cask.cdap.etl.api.batch.BatchJoinerContext
-
Set the join key class.
- setNumPartitions(int) - Method in interface co.cask.cdap.etl.api.batch.BatchAggregatorContext
-
Set the number of partitions to use to group values.
- setNumPartitions(int) - Method in interface co.cask.cdap.etl.api.batch.BatchJoinerContext
-
Set the number of partitions to use to join values.
- setOutputSchema(Schema) - Method in interface co.cask.cdap.etl.api.MultiInputStageConfigurer
-
set output schema for this stage, or null if its unknown
- setOutputSchema(Schema) - Method in interface co.cask.cdap.etl.api.StageConfigurer
-
set output schema for this stage, or null if its unknown
- setRuntimeArgument(String, String, boolean) - Method in interface co.cask.cdap.etl.api.batch.BatchContext
-
Updates an entry in the runtime arguments.
- setState(String, byte[]) - Method in class co.cask.cdap.etl.api.realtime.SourceState
-
Set a single key state given the key and value.
- setState(Map<String, byte[]>) - Method in class co.cask.cdap.etl.api.realtime.SourceState
-
Add a Map to the state of the source.
- setState(SourceState) - Method in class co.cask.cdap.etl.api.realtime.SourceState
-
Clear the internal state and set it to values from provided State.
- SettableArguments - Interface in co.cask.cdap.etl.api.action
-
Provides access to the pipeline arguments which can be updated.
- SourceState - Class in co.cask.cdap.etl.api.realtime
-
State of Source.
- SourceState(Map<String, byte[]>) - Constructor for class co.cask.cdap.etl.api.realtime.SourceState
-
Construct a SourceState using a Map of String keys and byte[] values.
- SourceState() - Constructor for class co.cask.cdap.etl.api.realtime.SourceState
-
Construct a SourceState with an empty map.
- SourceState(SourceState) - Constructor for class co.cask.cdap.etl.api.realtime.SourceState
-
Construct a SourceState by making a copy of another SourceState.
- StageConfigurer - Interface in co.cask.cdap.etl.api
-
This stores the input schema that is passed to this stage from other stages in the pipeline and
the output schema that could be sent to the next stages from this stage.
- StageContext - Interface in co.cask.cdap.etl.api
-
Context for a pipeline stage, providing access to information about the stage, metrics, and plugins.
- StageLifecycle<T> - Interface in co.cask.cdap.etl.api
-
Interface for stage that supports initialize call for resource setup.
- StageMetrics - Interface in co.cask.cdap.etl.api
-
The interface exposes method for emitting user metrics from ETL stage.