| Package | Description |
|---|---|
| io.cdap.cdap.api.app |
An Application is a logical grouping of
Datasets
and programs. |
| io.cdap.cdap.api.plugin |
Packages for plugins in CDAP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplication<T extends Config>
A support class for
Applications which reduces repetition and results in
a more readable configuration. |
interface |
Application<T extends Config>
Defines a CDAP Application.
|
interface |
ApplicationContext<T extends Config>
Provides access to the environment, application configuration, and application (deployment) arguments.
|
class |
ApplicationUpdateResult<T extends Config>
Stores results of upgrading an application config.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends Config> |
ApplicationUpdateContext.getConfig(Type configType)
Get the old config as an object of the given type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginConfig
Base class for writing configuration class for template plugin.
|
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.