| Package | Description |
|---|---|
| org.terracotta.offheapstore | |
| org.terracotta.offheapstore.concurrent | |
| org.terracotta.offheapstore.disk.persistent | |
| org.terracotta.offheapstore.eviction |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOffHeapClockCache<K,V>
An abstract off-heap cache implementation.
|
class |
ReadWriteLockedOffHeapClockCache<K,V>
A concurrent-read, exclusive-write off-heap clock cache.
|
class |
WriteLockedOffHeapClockCache<K,V>
An exclusive-read/write off-heap clock cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected PinnableSegment<K,V> |
AbstractConcurrentOffHeapCache.segmentFor(Object key) |
| Constructor and Description |
|---|
AbstractConcurrentOffHeapCache(Factory<? extends PinnableSegment<K,V>> segmentFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPersistentOffHeapCache<K,V> |
class |
PersistentReadWriteLockedOffHeapClockCache<K,V> |
| Constructor and Description |
|---|
AbstractPersistentConcurrentOffHeapCache(Factory<? extends PinnableSegment<K,V>> segmentFactory)
Create a concurrent map using a default number of segments.
|
AbstractPersistentConcurrentOffHeapCache(Factory<? extends PinnableSegment<K,V>> segmentFactory,
int concurrency)
Create a concurrent map with a defined number of segments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvictionListeningReadWriteLockedOffHeapClockCache<K,V> |
class |
EvictionListeningWriteLockedOffHeapClockCache<K,V> |
Copyright © 2015–2024. All rights reserved.