Package | Description |
---|---|
io.cdap.cdap.api.app |
An Application is a logical grouping of
Datasets
and programs. |
Modifier and Type | Method and Description |
---|---|
protected ApplicationContext<T> |
AbstractApplication.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractApplication.configure(ApplicationConfigurer configurer,
ApplicationContext<T> context) |
void |
Application.configure(ApplicationConfigurer configurer,
ApplicationContext<T> context)
Configures the Application.
|
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.