| Package | Description |
|---|---|
| co.cask.cdap.proto | |
| co.cask.cdap.proto.id |
| Modifier and Type | Class and Description |
|---|---|
static class |
Id.Flow
Deprecated.
As of 3.3.0, use
ProgramId. |
static class |
Id.Service
Deprecated.
As of 3.3.0, use
ProgramId. |
static class |
Id.Worker
Deprecated.
As of 3.3.0, use
ProgramId. |
static class |
Id.Workflow
Deprecated.
As of 3.3.0, use
ProgramId. |
| Modifier and Type | Method and Description |
|---|---|
static Id.Program |
Id.Program.from(Id.Application appId,
ProgramType type,
String pgmId)
Deprecated.
|
static Id.Program |
Id.Program.from(Id.Namespace namespaceId,
String appId,
ProgramType type,
String pgmId)
Deprecated.
|
static Id.Program |
Id.Program.from(String namespaceId,
String appId,
ProgramType type,
String pgmId)
Deprecated.
|
Id.Program |
Id.Run.getProgram()
Deprecated.
|
| Constructor and Description |
|---|
DistributedProgramLiveInfo(Id.Program program,
String yarnAppId) |
Id.Run(Id.Program program,
String id)
Deprecated.
|
InMemoryProgramLiveInfo(Id.Program programId) |
InMemoryProgramLiveInfo(Id.Program programId,
List<String> services) |
NotRunningProgramLiveInfo(Id.Program programId) |
ProgramLiveInfo(Id.Program programId,
String runtime) |
| Modifier and Type | Method and Description |
|---|---|
Id.Program |
ProgramId.toId() |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.