|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorableKey | |
|---|---|
| com.amazon.carbonado.info | Introspection support for Storables. |
| com.amazon.carbonado.qe | Support for implementing a Query Engine. |
| Uses of StorableKey in com.amazon.carbonado.info |
|---|
| Methods in com.amazon.carbonado.info that return StorableKey | |
|---|---|
StorableKey<S> |
StorableInfo.getAlternateKey(int index)
Returns a specific alternate key for the Storable. |
StorableKey<S>[] |
StorableInfo.getAlternateKeys()
Returns a new array with all the alternate keys in it. |
StorableKey<S> |
StorableInfo.getPrimaryKey()
Returns the primary key for the Storable, never null. |
| Methods in com.amazon.carbonado.info with parameters of type StorableKey | |
|---|---|
StorableIndex<S> |
StorableIndex.uniquify(StorableKey<S> key)
Returns a StorableIndex which is unique, possibly by appending properties from the given key. |
| Constructors in com.amazon.carbonado.info with parameters of type StorableKey | |
|---|---|
StorableIndex(StorableKey<S> key,
Direction direction)
Creates a StorableIndex from a StorableKey. |
|
| Uses of StorableKey in com.amazon.carbonado.qe |
|---|
| Methods in com.amazon.carbonado.qe with parameters of type StorableKey | |
|---|---|
void |
StorableIndexSet.addKey(StorableKey<S> key)
Adds the key as a unique index, preserving the property arrangement. |
StorableIndex<S> |
StorableIndexSet.findKeyIndex(StorableKey<S> key)
Finds the best index to represent the given key. |
void |
StorableIndexSet.uniquify(StorableKey<S> key)
Augment non-unique indexes with key properties, thus making them unique. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||