|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MapInternals in org.terracotta.offheapstore |
|---|
| Subinterfaces of MapInternals in org.terracotta.offheapstore | |
|---|---|
interface |
Segment<K,V>
Implemented by maps that can be used as segments in a concurrent map. |
| Classes in org.terracotta.offheapstore that implement MapInternals | |
|---|---|
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. |
| Uses of MapInternals in org.terracotta.offheapstore.concurrent |
|---|
| Subinterfaces of MapInternals in org.terracotta.offheapstore.concurrent | |
|---|---|
interface |
ConcurrentMapInternals
|
| Classes in org.terracotta.offheapstore.concurrent that implement MapInternals | |
|---|---|
class |
AbstractConcurrentOffHeapCache<K,V>
|
class |
AbstractConcurrentOffHeapMap<K,V>
An abstract concurrent (striped) off-heap map. |
class |
ConcurrentOffHeapClockCache<K,V>
A striped concurrent-read/exclusive-write clock cache. |
class |
ConcurrentOffHeapHashMap<K,V>
A striped concurrent-read/exclusive-write map. |
class |
ConcurrentWriteLockedOffHeapClockCache<K,V>
A striped exclusive-read/write clock cache. |
class |
ConcurrentWriteLockedOffHeapHashMap<K,V>
A striped exclusive-read/write map. |
| Methods in org.terracotta.offheapstore.concurrent that return types with arguments of type MapInternals | |
|---|---|
List<MapInternals> |
ConcurrentMapInternals.getSegmentInternals()
|
List<MapInternals> |
AbstractConcurrentOffHeapMap.getSegmentInternals()
|
| Uses of MapInternals in org.terracotta.offheapstore.disk.persistent |
|---|
| Uses of MapInternals in org.terracotta.offheapstore.eviction |
|---|
| Classes in org.terracotta.offheapstore.eviction that implement MapInternals | |
|---|---|
class |
EvictionListeningReadWriteLockedOffHeapClockCache<K,V>
|
class |
EvictionListeningWriteLockedOffHeapClockCache<K,V>
|
| Uses of MapInternals in org.terracotta.offheapstore.pinning |
|---|
| Subinterfaces of MapInternals in org.terracotta.offheapstore.pinning | |
|---|---|
interface |
PinnableSegment<K,V>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||