| Package | Description |
|---|---|
| org.apache.asterix.metadata.entities |
| Modifier and Type | Field and Description |
|---|---|
protected InternalDatasetDetails.PartitioningStrategy |
InternalDatasetDetails.partitioningStrategy |
| Modifier and Type | Method and Description |
|---|---|
InternalDatasetDetails.PartitioningStrategy |
InternalDatasetDetails.getPartitioningStrategy() |
static InternalDatasetDetails.PartitioningStrategy |
InternalDatasetDetails.PartitioningStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalDatasetDetails.PartitioningStrategy[] |
InternalDatasetDetails.PartitioningStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InternalDatasetDetails(InternalDatasetDetails.FileStructure fileStructure,
InternalDatasetDetails.PartitioningStrategy partitioningStrategy,
List<List<String>> partitioningKey,
List<List<String>> primaryKey,
List<IAType> primaryKeyType,
boolean autogenerated,
List<String> filterField,
boolean temp) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.