| Package | Description |
|---|---|
| co.cask.cdap.proto |
| Modifier and Type | Field and Description |
|---|---|
static Id.Namespace |
Id.Namespace.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static Id.Namespace |
Id.Namespace.from(String namespace) |
abstract Id.Namespace |
Id.NamespacedId.getNamespace() |
Id.Namespace |
Id.AdapterType.getNamespace() |
Id.Namespace |
Id.Application.getNamespace() |
Id.Namespace |
Id.Adapter.getNamespace() |
Id.Namespace |
Id.Run.getNamespace() |
Id.Namespace |
Id.Program.getNamespace() |
Id.Namespace |
Id.Flow.Flowlet.getNamespace() |
Id.Namespace |
Id.Flow.Flowlet.Queue.getNamespace() |
Id.Namespace |
Id.Schedule.getNamespace() |
Id.Namespace |
Id.NotificationFeed.getNamespace() |
Id.Namespace |
Id.Stream.getNamespace() |
Id.Namespace |
Id.DatasetType.getNamespace() |
Id.Namespace |
Id.DatasetModule.getNamespace() |
Id.Namespace |
Id.DatasetInstance.getNamespace() |
| Modifier and Type | Method and Description |
|---|---|
static Id.AdapterType |
Id.AdapterType.from(Id.Namespace id,
String adapterTypeId) |
static Id.Application |
Id.Application.from(Id.Namespace id,
String applicationId) |
static Id.Adapter |
Id.Adapter.from(Id.Namespace id,
String adapterId) |
static Id.Stream |
Id.Stream.from(Id.Namespace id,
String streamName) |
static Id.DatasetType |
Id.DatasetType.from(Id.Namespace id,
String typeId) |
static Id.DatasetModule |
Id.DatasetModule.from(Id.Namespace id,
String moduleId) |
static Id.DatasetInstance |
Id.DatasetInstance.from(Id.Namespace id,
String instanceId) |
static Id.Program |
Id.Program.from(Id.Namespace namespaceId,
String appId,
ProgramType type,
String pgmId) |
static Id.Worker |
Id.Worker.from(Id.Namespace namespace,
String appId,
String id) |
static Id.Schedule |
Id.Schedule.from(Id.Namespace namespace,
String appId,
String id) |
NamespaceMeta.Builder |
NamespaceMeta.Builder.setName(Id.Namespace id) |
| Constructor and Description |
|---|
Id.Adapter(Id.Namespace namespace,
String adapterId) |
Id.AdapterType(Id.Namespace namespace,
String adapterTypeId) |
Id.Application(Id.Namespace namespace,
String applicationId) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.