| Package | Description |
|---|---|
| co.cask.cdap.proto |
| Modifier and Type | Method and Description |
|---|---|
static Id.Application |
Id.Application.from(Id.Adapter adapter,
String adapterSpecType) |
static Id.Application |
Id.Application.from(Id.Namespace id,
String applicationId) |
static Id.Application |
Id.Application.from(String namespaceId,
String applicationId) |
static Id.Application |
Id.Application.fromStrings(String[] strings) |
static Id.Application |
Id.Application.fromStrings(String[] strings,
int position) |
Id.Application |
Id.Program.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
static Id.Program |
Id.Program.from(Id.Application appId,
ProgramType type,
String pgmId) |
static Id.Worker |
Id.Worker.from(Id.Application application,
String id) |
static Id.Service |
Id.Service.from(Id.Application application,
String id) |
static Id.Flow |
Id.Flow.from(Id.Application application,
String flowId) |
static Id.Schedule |
Id.Schedule.from(Id.Application application,
String id) |
static Id.Flow.Flowlet |
Id.Flow.Flowlet.from(Id.Application app,
String flowId,
String id) |
| Constructor and Description |
|---|
Id.Program(Id.Application application,
ProgramType type,
String id) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.