| Package | Description |
|---|---|
| co.cask.cdap.proto | |
| co.cask.cdap.proto.id |
| Modifier and Type | Field and Description |
|---|---|
protected ProgramType |
BatchProgram.programType |
| Modifier and Type | Method and Description |
|---|---|
static ProgramType |
ProgramTypes.fromSpecification(ProgramSpecification spec)
Maps from
ProgramSpecification to ProgramType. |
ProgramType |
WorkflowStatsComparison.ProgramNodes.getProgramType() |
ProgramType |
BatchProgram.getProgramType() |
ProgramType |
ProgramLiveInfo.getType() |
ProgramType |
ProgramRecord.getType() |
ProgramType |
Id.Program.getType()
Deprecated.
|
static ProgramType |
ProgramType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgramType |
ProgramType.valueOfCategoryName(String categoryName) |
static ProgramType |
ProgramType.valueOfPrettyName(String pretty) |
static ProgramType |
ProgramType.valueOfSchedulableType(SchedulableProgramType schedulableType) |
static ProgramType[] |
ProgramType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
| Constructor and Description |
|---|
BatchProgram(String appId,
ProgramType programType,
String programId) |
BatchProgramResult(String appId,
ProgramType programType,
String programId,
int statusCode,
String error) |
BatchProgramStart(String appId,
ProgramType programType,
String programId) |
BatchProgramStart(String appId,
ProgramType programType,
String programId,
Map<String,String> runtimeargs) |
BatchRunnable(String appId,
ProgramType programType,
String programId,
String runnableId) |
Id.Program(Id.Application application,
ProgramType type,
String id)
Deprecated.
|
ProgramRecord(ProgramType type,
String app,
String name,
String description) |
ProgramRecord(ProgramType type,
String app,
String id,
String name,
String description)
Deprecated.
|
WorkflowStatsComparison.ProgramNodes(String programName,
ProgramType programType,
List<WorkflowStatsComparison.ProgramNodes.WorkflowProgramDetails> workflowProgramDetailsList) |
| Modifier and Type | Method and Description |
|---|---|
ProgramType |
ProgramId.getType() |
ProgramType |
ProgramRunId.getType() |
| Modifier and Type | Method and Description |
|---|---|
ProgramId |
ApplicationId.program(ProgramType type,
String program) |
| Constructor and Description |
|---|
ProgramId(String namespace,
String application,
ProgramType type,
String program) |
ProgramRunId(String namespace,
String application,
ProgramType type,
String program,
String run) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.