Package | Description |
---|---|
nl.renarj.jasdb.index.keys.factory | |
nl.renarj.jasdb.index.keys.keyinfo |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyFactory
User: renarj
Date: 2/13/12
Time: 9:37 PM
|
class |
CompositeKeyFactory |
class |
DataKeyFactory |
class |
LongKeyFactory |
class |
StringKeyFactory |
class |
UUIDKeyFactory |
class |
WrappedValueKeyFactory |
Modifier and Type | Method and Description |
---|---|
static KeyFactory |
KeyFactoryManager.createKeyFactory(String field,
KeyType keyType) |
static KeyFactory[] |
KeyFactoryManager.parseHeader(String headerDescriptor) |
Constructor and Description |
---|
WrappedValueKeyFactory(KeyFactory originalKeyFactory,
MultiKeyloader valueLoader) |
Modifier and Type | Method and Description |
---|---|
KeyFactory[] |
MultiKeyLoaderImpl.getKeyFactories() |
KeyFactory[] |
MultiKeyloader.getKeyFactories() |
KeyFactory |
KeyInfoImpl.getKeyFactory() |
KeyFactory |
KeyInfo.getKeyFactory()
The key factory used to create/serialize/deserialize keys for the index
|
Modifier and Type | Method and Description |
---|---|
static KeyNameMapperImpl |
KeyNameMapperImpl.create(KeyFactory[] keyFactories) |
Constructor and Description |
---|
MultiKeyLoaderImpl(KeyNameMapper keyNameMapper,
KeyFactory[] keyFactories) |
Copyright © 2015. All rights reserved.