| Package | Description |
|---|---|
| co.cask.cdap.proto | |
| co.cask.cdap.proto.artifact | |
| co.cask.cdap.proto.id |
| Modifier and Type | Field and Description |
|---|---|
static Id.Namespace |
Id.Namespace.CDAP
Deprecated.
|
static Id.Namespace |
Id.Namespace.DEFAULT
Deprecated.
|
static Id.Namespace |
Id.Namespace.SYSTEM
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Id.Namespace |
Id.Namespace.from(String namespace)
Deprecated.
|
abstract Id.Namespace |
Id.NamespacedId.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Application.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Run.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Program.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Flow.Flowlet.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Flow.Flowlet.Queue.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Schedule.getNamespace()
Deprecated.
|
Id.Namespace |
Id.NotificationFeed.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Stream.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Stream.View.getNamespace()
Deprecated.
|
Id.Namespace |
Id.DatasetType.getNamespace()
Deprecated.
|
Id.Namespace |
Id.DatasetModule.getNamespace()
Deprecated.
|
Id.Namespace |
Id.DatasetInstance.getNamespace()
Deprecated.
|
Id.Namespace |
Id.Artifact.getNamespace()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Id.Artifact |
Id.Artifact.from(Id.Namespace namespace,
ArtifactId id)
Deprecated.
|
static Id.Application |
Id.Application.from(Id.Namespace id,
String applicationId)
Deprecated.
|
static Id.Stream |
Id.Stream.from(Id.Namespace id,
String streamName)
Deprecated.
|
static Id.DatasetType |
Id.DatasetType.from(Id.Namespace id,
String typeId)
Deprecated.
|
static Id.DatasetModule |
Id.DatasetModule.from(Id.Namespace id,
String moduleId)
Deprecated.
|
static Id.DatasetInstance |
Id.DatasetInstance.from(Id.Namespace id,
String instanceId)
Deprecated.
|
static Id.Artifact |
Id.Artifact.from(Id.Namespace namespace,
String name,
ArtifactVersion version)
Deprecated.
|
static Id.Program |
Id.Program.from(Id.Namespace namespaceId,
String appId,
ProgramType type,
String pgmId)
Deprecated.
|
static Id.Worker |
Id.Worker.from(Id.Namespace namespace,
String appId,
String id)
Deprecated.
|
static Id.Service |
Id.Service.from(Id.Namespace namespace,
String application,
String id)
Deprecated.
|
static Id.Workflow |
Id.Workflow.from(Id.Namespace namespace,
String application,
String id)
Deprecated.
|
static Id.Flow |
Id.Flow.from(Id.Namespace namespaceId,
String appId,
String flowId)
Deprecated.
|
static Id.Schedule |
Id.Schedule.from(Id.Namespace namespace,
String appId,
String id)
Deprecated.
|
static Id.Stream.View |
Id.Stream.View.from(Id.Namespace namespace,
String streamId,
String id)
Deprecated.
|
static Id.Artifact |
Id.Artifact.from(Id.Namespace namespace,
String name,
String version)
Deprecated.
|
static Id.Artifact |
Id.Artifact.parse(Id.Namespace namespace,
String fileName)
Deprecated.
Parses a string expected to be of the form {name}-{version}.jar into an
Id.Artifact,
where name is a valid id and version is of the form expected by ArtifactVersion. |
NamespaceMeta.Builder |
NamespaceMeta.Builder.setName(Id.Namespace id) |
| Constructor and Description |
|---|
Id.Application(Id.Namespace namespace,
String applicationId)
Deprecated.
|
Id.Artifact(Id.Namespace namespace,
String name,
ArtifactVersion version)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Id.Namespace |
ArtifactRange.getNamespace() |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactRange |
ArtifactRange.parse(Id.Namespace namespace,
String artifactRangeStr)
Parses an unnamespaced string representation of an artifact range.
|
| Constructor and Description |
|---|
ArtifactRange(Id.Namespace namespace,
String name,
ArtifactVersion lower,
ArtifactVersion upper) |
ArtifactRange(Id.Namespace namespace,
String name,
ArtifactVersion lower,
boolean isLowerInclusive,
ArtifactVersion upper,
boolean isUpperInclusive) |
| Modifier and Type | Method and Description |
|---|---|
Id.Namespace |
NamespaceId.toId() |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.