| Package | Description |
|---|---|
| org.nuxeo.ecm.core.mongodb.kv | |
| org.nuxeo.ecm.core.redis.contribs | |
| org.nuxeo.runtime.kv |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDBKeyValueStore
MongoDB implementation of a Key/Value Store Provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisKeyValueStore
Redis implementation of a Key/Value Store Provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyValueStoreProvider
Key/Value Store common methods.
|
class |
MemKeyValueStore
Memory-based implementation of a Key/Value store.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends KeyValueStoreProvider> |
KeyValueStoreDescriptor.klass |
protected Map<String,KeyValueStoreProvider> |
KeyValueServiceImpl.providers |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends KeyValueStoreProvider> |
KeyValueStoreDescriptor.getKlass() |
Copyright © 2018 Nuxeo. All rights reserved.