Package | Description |
---|---|
io.cdap.cdap.api |
Interfaces for program and resource specifications, program lifecycle, runtime context and
processors.
|
io.cdap.cdap.internal.api |
This package contains internal classes for supporting the CDAP API.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetConfigurer.addDatasetModule(String moduleName,
Class<? extends DatasetModule> moduleClass)
Adds a
DatasetModule to be deployed automatically (if absent in the CDAP namespace)
during application deployment. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractProgramDatasetConfigurable.addDatasetModule(String moduleName,
Class<? extends DatasetModule> moduleClass) |
void |
DefaultDatasetConfigurer.addDatasetModule(String moduleName,
Class<? extends DatasetModule> moduleClass) |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.