| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Map<String,Feed>> |
MetadataCache.feeds |
| Modifier and Type | Method and Description |
|---|---|
Feed |
MetadataNode.getFeed(JobId jobId,
String dataverse,
String feedName) |
Feed |
MetadataManager.getFeed(MetadataTransactionContext ctx,
String dataverse,
String feedName) |
| Modifier and Type | Method and Description |
|---|---|
List<Feed> |
MetadataNode.getDataverseFeeds(JobId jobId,
String dataverseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataTransactionContext.addFeed(Feed feed) |
void |
MetadataNode.addFeed(JobId jobId,
Feed feed) |
void |
MetadataManager.addFeed(MetadataTransactionContext ctx,
Feed feed) |
Object |
MetadataCache.addFeedIfNotExists(Feed feed) |
Object |
MetadataCache.dropFeed(Feed feed) |
| Modifier and Type | Method and Description |
|---|---|
Feed |
IMetadataNode.getFeed(JobId jobId,
String dataverse,
String feedName) |
Feed |
IMetadataManager.getFeed(MetadataTransactionContext ctx,
String dataverse,
String feedName) |
| Modifier and Type | Method and Description |
|---|---|
List<Feed> |
IMetadataNode.getDataverseFeeds(JobId jobId,
String dataverseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMetadataNode.addFeed(JobId jobId,
Feed feed) |
void |
IMetadataManager.addFeed(MetadataTransactionContext ctx,
Feed feed) |
| Modifier and Type | Method and Description |
|---|---|
Feed |
AqlMetadataProvider.findFeed(String dataverse,
String feedName) |
Feed |
FeedDataSource.getFeed() |
| Modifier and Type | Class and Description |
|---|---|
class |
PrimaryFeed
A primary feed is one that derives its data from an external source via an adaptor.
|
class |
SecondaryFeed
A secondary feed is one that derives its data from another (primary/secondary) feed.
|
| Modifier and Type | Method and Description |
|---|---|
Feed |
FeedTupleTranslator.getMetadataEntityFromTuple(org.apache.hyracks.dataflow.common.data.accessors.ITupleReference frameTuple) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hyracks.dataflow.common.data.accessors.ITupleReference |
FeedTupleTranslator.getTupleFromMetadataEntity(Feed feed) |
| Modifier and Type | Method and Description |
|---|---|
static Feed |
FeedUtil.validateIfFeedExists(String dataverse,
String feedName,
MetadataTransactionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FeedUtil.getFeedPointKeyRep(Feed feed,
List<String> appliedFunctions) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.