Package | Description |
---|---|
io.cdap.cdap.api |
Interfaces for program and resource specifications, program lifecycle, runtime context and processors.
|
io.cdap.cdap.api.annotation |
Annotations used when creating Applications.
|
io.cdap.cdap.api.customaction | |
io.cdap.cdap.api.dataset.lib |
Collection of
Dataset implementations available out-of-the-box in CDAP. |
io.cdap.cdap.api.mapreduce |
Defines MapReduce jobs.
|
io.cdap.cdap.api.service |
Defines ServiceSpecification.
|
io.cdap.cdap.api.service.http |
Defines a service for handling HTTP requests.
|
io.cdap.cdap.api.spark |
Defines APIs for defining Spark jobs in CDAP.
|
io.cdap.cdap.api.worker |
Configuration and specification of workers in CDAP.
|
io.cdap.cdap.api.workflow |
For constructing workflows.
|
Class and Description |
---|
TransactionPolicy
Annotates a
ProgramLifecycle method to indicate that it will not run inside transaction. |
Class and Description |
---|
TransactionControl
Declares how transactions are controlled for a method: IMPLICIT means that the platform encloses the
method execution into a transaction, whereas EXPLICIT means that the method itself is in control of
executing transactions.
|
Class and Description |
---|
TransactionPolicy
Annotates a
ProgramLifecycle method to indicate that it will not run inside transaction. |
Class and Description |
---|
ReadOnly
Annotation to denote if a
Dataset constructor or method only performs read operations. |
ReadWrite
Annotation to denote if a
Dataset constructor or method performs both read and write operations. |
WriteOnly
Annotation to denote if a
Dataset constructor or method only performs write operations. |
Class and Description |
---|
TransactionPolicy
Annotates a
ProgramLifecycle method to indicate that it will not run inside transaction. |
Class and Description |
---|
TransactionPolicy
Annotates a
ProgramLifecycle method to indicate that it will not run inside transaction. |
Class and Description |
---|
TransactionPolicy
Annotates a
ProgramLifecycle method to indicate that it will not run inside transaction. |
Class and Description |
---|
TransactionPolicy
Annotates a
ProgramLifecycle method to indicate that it will not run inside transaction. |
Class and Description |
---|
TransactionPolicy
Annotates a
ProgramLifecycle method to indicate that it will not run inside transaction. |
Class and Description |
---|
TransactionPolicy
Annotates a
ProgramLifecycle method to indicate that it will not run inside transaction. |
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.