| Modifier and Type | Class and Description |
|---|---|
class |
PersistentRestartableStorageEngine<T extends PersistentStorageEngine<K,LinkedNode<V>> & BinaryStorageEngine,I,K,V> |
class |
RestartableStorageEngine<T extends StorageEngine<K,LinkedNode<V>> & BinaryStorageEngine,I,K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentRestartableStorageEngine<T extends PersistentStorageEngine<K,LinkedNode<V>> & BinaryStorageEngine,I,K,V> |
class |
RestartableStorageEngine<T extends StorageEngine<K,LinkedNode<V>> & BinaryStorageEngine,I,K,V> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends StorageEngine<K,LinkedNode<V>> & BinaryStorageEngine,I,K,V> |
RestartableStorageEngine.createFactory(I identifier,
com.terracottatech.frs.RestartStore<I,ByteBuffer,ByteBuffer> transactionSource,
Factory<T> delegateFactory,
boolean synchronous) |
static <T extends PersistentStorageEngine<K,LinkedNode<V>> & BinaryStorageEngine,I,K,V> |
PersistentRestartableStorageEngine.createPersistentFactory(I identifier,
com.terracottatech.frs.RestartStore<I,ByteBuffer,ByteBuffer> transactionSource,
Factory<T> delegateFactory,
boolean synchronous) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestartableKeysOnlyStorageEngine<I,K,V> |
class |
RestartableMinimalStorageEngine<I,K,V> |
class |
RestartablePartialStorageEngine<I,K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
FileBackedStorageEngine<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
OffHeapBufferStorageEngine<K,V>
A generic ByteBuffer based key/value store.
|
class |
PortabilityBasedStorageEngine<K,V> |
class |
SerializableStorageEngine
A
OffHeapBufferStorageEngine subclass using Java serialization for
portability. |
class |
StringStorageEngine
A
<String, String> storage engine. |
Copyright © 2015–2024. All rights reserved.