| Package | Description |
|---|---|
| org.apache.asterix.metadata | |
| org.apache.asterix.metadata.declared | |
| org.apache.asterix.metadata.entities |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataTransactionContext.dropFeed(String dataverseName,
String feedName,
Feed.FeedType feedType) |
| Modifier and Type | Method and Description |
|---|---|
Feed.FeedType |
FeedDataSource.getSourceFeedType() |
| Constructor and Description |
|---|
FeedDataSource(AqlSourceId id,
String targetDataset,
IAType itemType,
AqlDataSource.AqlDataSourceType dataSourceType,
FeedId sourceFeedId,
Feed.FeedType sourceFeedType,
IFeedLifecycleListener.ConnectionLocation location,
String[] locations) |
| Modifier and Type | Field and Description |
|---|---|
protected Feed.FeedType |
Feed.feedType
The type
FeedType associated with the feed. |
| Modifier and Type | Method and Description |
|---|---|
Feed.FeedType |
Feed.getFeedType() |
static Feed.FeedType |
Feed.FeedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feed.FeedType[] |
Feed.FeedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Feed(String dataverseName,
String datasetName,
FunctionSignature appliedFunction,
Feed.FeedType feedType) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.