| Package | Description |
|---|---|
| co.cask.cdap.proto |
| Modifier and Type | Class and Description |
|---|---|
static class |
Id.Flow
Uniquely identifies a Flow.
|
static class |
Id.Service
Uniquely identifies a Service.
|
static class |
Id.Worker
Uniquely identifies a Worker.
|
| Modifier and Type | Method and Description |
|---|---|
static Id.Program |
Id.Program.from(Id.Application appId,
ProgramType type,
String pgmId) |
static Id.Program |
Id.Program.from(Id.Namespace namespaceId,
String appId,
ProgramType type,
String pgmId) |
static Id.Program |
Id.Program.from(String namespaceId,
String appId,
ProgramType type,
String pgmId) |
static Id.Program |
Id.Program.fromStrings(String[] strings) |
static Id.Program |
Id.Program.fromStrings(String[] strings,
int position) |
Id.Program |
Id.Run.getProgram() |
| Constructor and Description |
|---|
AdapterDetail(String name,
String description,
String template,
Id.Program program,
com.google.gson.JsonElement config,
ScheduleSpecification schedule,
Integer instances) |
DistributedProgramLiveInfo(Id.Program program,
ProgramType type,
String yarnAppId) |
Id.Run(Id.Program program,
String id) |
InMemoryProgramLiveInfo(Id.Program programId,
ProgramType type) |
InMemoryProgramLiveInfo(Id.Program programId,
ProgramType type,
List<String> services) |
NotRunningProgramLiveInfo(Id.Program programId,
ProgramType type) |
ProgramId(Id.Program program) |
ProgramLiveInfo(Id.Program programId,
ProgramType type,
String runtime) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.