| Package | Description |
|---|---|
| co.cask.cdap.proto |
| Modifier and Type | Class and Description |
|---|---|
static class |
Id.Adapter
Uniquely identifies an Adapter.
|
static class |
Id.AdapterType
Uniquely identifies an Adapter Type.
|
static class |
Id.Application
Uniquely identifies an Application.
|
static class |
Id.ApplicationTemplate
Uniquely identifies an Application Template.
|
static class |
Id.DatasetInstance
Dataset Instance Id identifies a given dataset instance.
|
static class |
Id.DatasetModule
Dataset Module Id identifies a given dataset module.
|
static class |
Id.DatasetType
Dataset Type Id identifies a given dataset module.
|
static class |
Id.Flow
Uniquely identifies a Flow.
|
static class |
Id.Flow.Flowlet
Uniquely identifies a Flowlet.
|
static class |
Id.Flow.Flowlet.Queue
Uniquely identifies a Flowlet Queue.
|
static class |
Id.Namespace
Uniquely identifies a Namespace.
|
static class |
Id.NamespacedId
Indicates that the ID belongs to a namespace.
|
static class |
Id.NotificationFeed
Represents ID of a Notification feed.
|
static class |
Id.Program
Uniquely identifies a Program.
|
static class |
Id.QueryHandle
Uniquely identifies a Query Handle.
|
static class |
Id.Run
Uniquely identifies a Program run.
|
static class |
Id.Schedule
Represents ID of a Schedule.
|
static class |
Id.Service
Uniquely identifies a Service.
|
static class |
Id.Stream
Id.Stream uniquely identifies a stream.
|
static class |
Id.SystemService
Uniquely identifies a System Service.
|
static class |
Id.Worker
Uniquely identifies a Worker.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Id |
Id.getParent() |
protected Id |
Id.QueryHandle.getParent() |
protected Id |
Id.SystemService.getParent() |
protected Id |
Id.Namespace.getParent() |
Id |
Id.AdapterType.getParent() |
protected Id |
Id.ApplicationTemplate.getParent() |
Id |
Id.Application.getParent() |
Id |
Id.Adapter.getParent() |
protected Id |
Id.Run.getParent() |
Id |
Id.Program.getParent() |
protected Id |
Id.Flow.Flowlet.getParent() |
protected Id |
Id.Flow.Flowlet.Queue.getParent() |
Id |
Id.Schedule.getParent() |
protected Id |
Id.NotificationFeed.getParent() |
protected Id |
Id.Stream.getParent() |
protected Id |
Id.DatasetType.getParent() |
protected Id |
Id.DatasetModule.getParent() |
protected Id |
Id.DatasetInstance.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Id.getType(Class<? extends Id> type) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.