Modifier and Type | Method and Description |
---|---|
Key |
Key.addKey(KeyNameMapper keyMapper,
String name,
Key key)
This adds a child Key to the key, in case the mapper cannot map will not add to child keys
and just ignore the added key
|
Key |
AbstractKey.addKey(KeyNameMapper keyMapper,
String name,
Key key) |
static UUIDKey |
KeyUtil.getDocumentKey(KeyNameMapper keyNameMapper,
Key key) |
Key |
Key.getKey(KeyNameMapper keyMapper,
String name)
This retrieves a specific payload value KeyValue object which contains the Key of the value
|
Key |
AbstractKey.getKey(KeyNameMapper keyMapper,
String name) |
Map<String,Key> |
Key.getKeysByName(KeyNameMapper keyMapper)
This retrieves a map of all the child keys stored in this key
|
Map<String,Key> |
AbstractKey.getKeysByName(KeyNameMapper keyMapper) |
Key |
Key.setKeys(KeyNameMapper keyMapper,
Map<String,Key> keys)
This sets all the key payload values
|
Key |
AbstractKey.setKeys(KeyNameMapper keyMapper,
Map<String,Key> keyFields) |
Modifier and Type | Method and Description |
---|---|
Key |
CompositeKey.addKey(KeyNameMapper keyMapper,
String name,
Key key) |
Key |
CompositeKey.setKeys(KeyNameMapper keyMapper,
Map<String,Key> keyFields) |
Modifier and Type | Class and Description |
---|---|
class |
KeyNameMapperImpl |
Modifier and Type | Method and Description |
---|---|
KeyNameMapper |
KeyNameMapperImpl.clone() |
KeyNameMapper |
KeyNameMapper.clone()
Clones the key name mapper
|
KeyNameMapper |
MultiKeyLoaderImpl.getKeyNameMapper() |
KeyNameMapper |
MultiKeyloader.getKeyNameMapper() |
KeyNameMapper |
KeyInfoImpl.getKeyNameMapper() |
KeyNameMapper |
KeyInfo.getKeyNameMapper()
Gets the key name mapper which can be used to map the name of the
field to a position in the key payload.
|
Constructor and Description |
---|
MultiKeyLoaderImpl(KeyNameMapper keyNameMapper,
KeyFactory[] keyFactories) |
Modifier and Type | Method and Description |
---|---|
KeyNameMapper |
IndexSearchResultIteratorImpl.getKeyNameMapper() |
KeyNameMapper |
IndexSearchResultIterator.getKeyNameMapper()
Maps from field names to key indexes
|
Constructor and Description |
---|
IndexSearchResultIteratorImpl(List<Key> keys,
KeyNameMapper keyNameMapper) |
Modifier and Type | Method and Description |
---|---|
SearchCondition |
SearchCondition.mergeCondition(KeyNameMapper nameMapper,
String sourceField,
String mergeField,
SearchCondition condition) |
SearchCondition |
RangeCondition.mergeCondition(KeyNameMapper nameMapper,
String sourceField,
String mergeField,
SearchCondition condition) |
SearchCondition |
NotEqualsCondition.mergeCondition(KeyNameMapper nameMapper,
String sourceField,
String mergeField,
SearchCondition condition) |
SearchCondition |
EqualsCondition.mergeCondition(KeyNameMapper nameMapper,
String sourceField,
String mergeField,
SearchCondition condition) |
Constructor and Description |
---|
BtreeRecordIteratorImpl(IndexIterator indexIterator,
KeyNameMapper keyNameMapper,
int limit) |
Modifier and Type | Method and Description |
---|---|
Set<SearchCondition> |
BlockOperation.getConditions(KeyNameMapper mapper,
List<String> fields) |
Set<SearchCondition> |
AbstractBlock.getConditions(KeyNameMapper mapper,
List<String> fields) |
SearchCondition |
AbstractBlock.mergeCondition(KeyNameMapper nameMapper,
String sourceField,
String mergeField,
SearchCondition condition) |
Copyright © 2015. All rights reserved.