Package | Description |
---|---|
io.cdap.cdap.api.app |
An Application is a logical grouping of
Datasets and
programs. |
io.cdap.cdap.api.artifact |
Classes related to artifacts.
|
io.cdap.cdap.api.plugin |
Packages for plugins in CDAP.
|
Modifier and Type | Method and Description |
---|---|
ArtifactId |
ApplicationSpecification.getArtifactId() |
Modifier and Type | Method and Description |
---|---|
default List<ArtifactId> |
ApplicationUpdateContext.getPluginArtifacts(String pluginType,
String pluginName,
ArtifactVersionRange pluginRange)
Returns list of available plugin artifacts based on given parameters.
|
List<ArtifactId> |
ApplicationUpdateContext.getPluginArtifacts(String pluginType,
String pluginName,
ArtifactVersionRange pluginRange,
int limit)
Returns list of available plugin artifacts based on given parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
ArtifactId.compareTo(ArtifactId other) |
static ArtifactSummary |
ArtifactSummary.from(ArtifactId artifactId) |
Constructor and Description |
---|
ArtifactInfo(ArtifactId id,
ArtifactClasses classes,
Map<String,String> properties) |
ArtifactInfo(ArtifactId id,
ArtifactClasses classes,
Map<String,String> properties,
Set<ArtifactRange> parents) |
Modifier and Type | Method and Description |
---|---|
ArtifactId |
Plugin.getArtifactId() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactId> |
Plugin.getParents() |
Map.Entry<ArtifactId,PluginClass> |
PluginSelector.select(SortedMap<ArtifactId,PluginClass> plugins)
Selects a plugin.
|
Modifier and Type | Method and Description |
---|---|
Map.Entry<ArtifactId,PluginClass> |
PluginSelector.select(SortedMap<ArtifactId,PluginClass> plugins)
Selects a plugin.
|
Constructor and Description |
---|
Plugin(Iterable<ArtifactId> parents,
ArtifactId artifactId,
PluginClass pluginClass,
PluginProperties properties)
Create a Plugin
|
Constructor and Description |
---|
Plugin(Iterable<ArtifactId> parents,
ArtifactId artifactId,
PluginClass pluginClass,
PluginProperties properties)
Create a Plugin
|
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.