| Package | Description |
|---|---|
| org.apache.asterix.metadata.declared |
| Modifier and Type | Method and Description |
|---|---|
AqlDataSource.AqlDataSourceType |
AqlDataSource.getDatasourceType() |
static AqlDataSource.AqlDataSourceType |
AqlDataSource.AqlDataSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AqlDataSource.AqlDataSourceType[] |
AqlDataSource.AqlDataSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AqlDataSource(AqlSourceId id,
String datasourceDataverse,
String datasourceName,
IAType itemType,
AqlDataSource.AqlDataSourceType datasourceType) |
DatasetDataSource(AqlSourceId id,
String datasourceDataverse,
String datasourceName,
IAType itemType,
AqlDataSource.AqlDataSourceType datasourceType) |
FeedDataSource(AqlSourceId id,
String targetDataset,
IAType itemType,
AqlDataSource.AqlDataSourceType dataSourceType,
FeedId sourceFeedId,
Feed.FeedType sourceFeedType,
IFeedLifecycleListener.ConnectionLocation location,
String[] locations) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.