EntityId.@Deprecated public abstract class Id extends Object implements EntityIdCompatible
| 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.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.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. |
| Constructor and Description |
|---|
Id()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
static <T extends Id> |
fromString(String string,
Class<T> idClass)
Deprecated.
|
abstract String |
getId()
Deprecated.
|
String |
getIdType()
Deprecated.
|
static String |
getType(Class<? extends Id> type)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waittoEntityIdCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.