| 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 | Field and Description |
|---|---|
protected StorageEngine.Owner |
RestartableStorageEngine.owner |
| Modifier and Type | Method and Description |
|---|---|
void |
RestartableStorageEngine.bind(StorageEngine.Owner owner) |
| Modifier and Type | Field and Description |
|---|---|
protected StorageEngine.Owner |
RestartableMinimalStorageEngine.owner |
| Modifier and Type | Method and Description |
|---|---|
void |
RestartableMinimalStorageEngine.bind(StorageEngine.Owner owner) |
void |
RestartablePartialStorageEngine.bind(StorageEngine.Owner owner) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLockedOffHeapHashMap<K,V>
An abstract locked off-heap map.
|
class |
AbstractOffHeapClockCache<K,V>
An abstract off-heap cache implementation.
|
class |
OffHeapHashMap<K,V>
A hash-table implementation whose table is stored in an NIO direct buffer.
|
class |
ReadWriteLockedOffHeapClockCache<K,V>
A concurrent-read, exclusive-write off-heap clock cache.
|
class |
ReadWriteLockedOffHeapHashMap<K,V>
A concurrent-read, exclusive-write off-heap hash-map.
|
class |
WriteLockedOffHeapClockCache<K,V>
An exclusive-read/write off-heap clock cache.
|
class |
WriteLockedOffHeapHashMap<K,V>
An exclusive-read/write off-heap hash-map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPersistentLockedOffHeapHashMap<K,V> |
class |
AbstractPersistentOffHeapCache<K,V> |
class |
PersistentReadWriteLockedOffHeapClockCache<K,V> |
class |
PersistentReadWriteLockedOffHeapHashMap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
void |
FileBackedStorageEngine.bind(StorageEngine.Owner m) |
| Modifier and Type | Class and Description |
|---|---|
class |
EvictionListeningReadWriteLockedOffHeapClockCache<K,V> |
class |
EvictionListeningWriteLockedOffHeapClockCache<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected StorageEngine.Owner |
OffHeapBufferStorageEngine.owner |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitStorageEngine.bind(StorageEngine.Owner owner) |
void |
OffHeapBufferStorageEngine.bind(StorageEngine.Owner m) |
void |
StorageEngine.bind(StorageEngine.Owner owner) |
void |
LongStorageEngine.bind(StorageEngine.Owner owner) |
void |
IntegerStorageEngine.bind(StorageEngine.Owner owner,
long mask) |
void |
HalfStorageEngine.bind(StorageEngine.Owner owner,
long mask) |
void |
OffHeapBufferHalfStorageEngine.bind(StorageEngine.Owner o,
long m) |
void |
BooleanHalfStorageEngine.bind(StorageEngine.Owner owner,
long mask) |
Copyright © 2015–2024. All rights reserved.