| Modifier and Type | Class and Description |
|---|---|
class |
HBasePersistentStore<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoPersistentStore<V> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistentStore<V>
Stores and retrieve instances of given value type.
|
interface |
VersionedPersistentStore<V>
Extension to the Store interface that supports versions
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasePersistentStore<V> |
class |
CaseInsensitivePersistentStore<V>
Wrapper around
PersistentStore to ensure all passed keys are
converted to lower case and stored this way. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStore<V> |
class |
LocalPersistentStore<V>
Local persistent store stores its data on the given file system.
|
class |
UndefinedVersionDelegatingStore<V>
Wrapper store that delegates operations to PersistentStore.
|
class |
VersionedDelegatingStore<V>
Versioned store that delegates operations to PersistentStore and keeps versioning,
incrementing version each time write / delete operation is triggered.
|
class |
ZookeeperPersistentStore<V>
Zookeeper based implementation of
PersistentStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoWriteLocalStore<V> |
Copyright © 2021 The Apache Software Foundation. All rights reserved.