Package | Description |
---|---|
com.yahoo.bard.webservice.data.dimension | |
com.yahoo.bard.webservice.data.dimension.impl | |
com.yahoo.bard.webservice.data.dimension.metadata |
Modifier and Type | Method and Description |
---|---|
StorageStrategy |
Dimension.getStorageStrategy()
Returns the
StorageStrategy of the dimension. |
Modifier and Type | Method and Description |
---|---|
StorageStrategy |
KeyValueStoreDimension.getStorageStrategy() |
Modifier and Type | Method and Description |
---|---|
KeyValueStoreDimension |
KeyValueStoreDimension.withStorageStrategy(StorageStrategy storageStrategy)
Constructs a new KeyValueStoreDimension with specified
StorageStrategy . |
Constructor and Description |
---|
KeyValueStoreDimension(String dimensionName,
String longName,
String category,
String description,
LinkedHashSet<DimensionField> dimensionFields,
KeyValueStore keyValueStore,
SearchProvider searchProvider,
LinkedHashSet<DimensionField> defaultDimensionFields,
boolean isAggregatable,
StorageStrategy storageStrategy)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static StorageStrategy |
StorageStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageStrategy[] |
StorageStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.