| Package | Description |
|---|---|
| co.cask.cdap.proto | |
| co.cask.cdap.proto.codec | |
| co.cask.cdap.proto.metadata | |
| co.cask.cdap.proto.metadata.lineage |
| 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.NotificationFeed
Deprecated.
As of 3.3.0, use
NotificationFeedId. |
static class |
Id.Program
Deprecated.
As of 3.3.0, use
ProgramId. |
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.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 |
|---|---|
Id.NamespacedId |
NamespacedIdCodec.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
NamespacedIdCodec.serialize(Id.NamespacedId src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Id.NamespacedId |
MetadataSearchResultRecord.getEntityId() |
Id.NamespacedId |
MetadataRecord.getEntityId()
Deprecated.
|
| Constructor and Description |
|---|
MetadataRecord(Id.NamespacedId entityId,
MetadataScope scope)
Deprecated.
Returns an empty
MetadataRecord in the specified MetadataScope. |
MetadataRecord(Id.NamespacedId entityId,
MetadataScope scope,
Map<String,String> properties,
Set<String> tags)
Deprecated.
|
MetadataSearchResultRecord(Id.NamespacedId entityId) |
MetadataSearchResultRecord(Id.NamespacedId entityId,
Map<MetadataScope,Metadata> metadata) |
| Constructor and Description |
|---|
DataRecord(Id.NamespacedId entityId) |
ProgramRecord(Id.NamespacedId entityId) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.