| Package | Description |
|---|---|
| co.cask.cdap.proto | |
| co.cask.cdap.proto.codec | |
| co.cask.cdap.proto.element | |
| co.cask.cdap.proto.id |
| Modifier and Type | Class and Description |
|---|---|
static class |
Id.Application
Deprecated.
As of 3.3.0, use
ApplicationId. |
static class |
Id.Artifact
Deprecated.
As of 3.3.0, use
ArtifactId. |
static class |
Id.DatasetInstance
Deprecated.
As of 3.3.0, use
DatasetId. |
static class |
Id.DatasetModule
Deprecated.
As of 3.3.0, use
DatasetModuleId. |
static class |
Id.DatasetType
Deprecated.
As of 3.3.0, use
DatasetTypeId. |
static class |
Id.Flow
Deprecated.
As of 3.3.0, use
ProgramId. |
static class |
Id.Flow.Flowlet
Deprecated.
As of 3.3.0, use
FlowletId. |
static class |
Id.Flow.Flowlet.Queue
Deprecated.
As of 3.3.0, use
FlowletQueueId. |
static class |
Id.Namespace
Deprecated.
As of 3.3.0, use
NamespaceId. |
static class |
Id.NamespacedId
Deprecated.
As of 3.3.0, use
NamespacedId. |
static class |
Id.NotificationFeed
Deprecated.
As of 3.3.0, use
NotificationFeedId. |
static class |
Id.Program
Deprecated.
As of 3.3.0, use
ProgramId. |
static class |
Id.QueryHandle
Deprecated.
As of 3.3.0, use
QueryId. |
static class |
Id.Run
Deprecated.
As of 3.3.0, use
ProgramRunId. |
static class |
Id.Schedule
Deprecated.
As of 3.3.0, use
ScheduleId. |
static class |
Id.Service
Deprecated.
As of 3.3.0, use
ProgramId. |
static class |
Id.Stream
Deprecated.
As of 3.3.0, use
StreamId. |
static class |
Id.Stream.View
Deprecated.
As of 3.3.0, use
StreamViewId. |
static class |
Id.SystemService
Deprecated.
As of 3.3.0, use
SystemServiceId. |
static class |
Id.Worker
Deprecated.
As of 3.3.0, use
ProgramId. |
static class |
Id.Workflow
Deprecated.
As of 3.3.0, use
ProgramId. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Id> |
Id.fromString(String string,
Class<T> idClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Id.getType(Class<? extends Id> type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Id |
IdTypeAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
IdTypeAdapter.serialize(Id src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Id> |
EntityType.getOldIdClass() |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOfOldIdClass(Class<? extends Id> oldIdClass) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Id> |
EntityId.fromStringOld(String string,
Class<T> oldIdClass) |
| Modifier and Type | Method and Description |
|---|---|
Id |
SecureKeyId.toId() |
Id |
InstanceId.toId() |
Id |
IdCompatible.toId() |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.