| Interface | Description |
|---|---|
| Dimension |
Dimension interface.
|
| DimensionField |
Dimension field.
|
| DimensionFieldNameMapper |
Maps a Dimension Field value to a string.
|
| FilterDimensionRows |
Interface representing an object which can filter dimension row sets.
|
| KeyValueStore |
A simple key-value store.
|
| SearchProvider |
Provides the capability to search through dimension metadata.
|
| Tag |
Interface for tags used for tagging dimension fields to add additional properties implicitly specified by its name.
|
| TaggedDimensionField |
Interface for Dimension fields that expects unique tags to be attached to it to add expressiveness.
|
| Class | Description |
|---|---|
| AvroDimensionRowParser |
Parses an AVRO file into Dimension Rows.
|
| DimensionColumn |
Result DimensionColumn definition.
|
| DimensionDictionary |
Dimension dictionary.
|
| DimensionRow |
DimensionRow is the model for a row in a Dimension lookup table.
|
| DimensionUpdateDate |
The model object for the Json DimensionUpdateDate data.
|
| LogicalDimensionColumn | Deprecated
in favor of DimensionColumn which stores name as api name now
|
| MapStore |
A HashMap-based implementation of KeyValueStore.
|
| MapStoreManager |
Map Store instance manager.
|
| RedisStore |
A Redis-based implementation of KeyValueStore.
|
| RedisStoreManager |
Redis Store Manager
|
| Exception | Description |
|---|---|
| DimensionRowNotFoundException |
Exception when a dimension row is not found.
|
| TimeoutException |
Exception used by search providers to timeout queries.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.