org.terracotta.offheapstore.pinning
Interface PinnableCache<K,V>
- All Superinterfaces:
- ConcurrentMap<K,V>, Map<K,V>
- All Known Subinterfaces:
- PinnableSegment<K,V>
- All Known Implementing Classes:
- AbstractConcurrentOffHeapCache, AbstractOffHeapClockCache, AbstractPersistentOffHeapCache, ConcurrentOffHeapClockCache, ConcurrentWriteLockedOffHeapClockCache, EvictionListeningReadWriteLockedOffHeapClockCache, EvictionListeningWriteLockedOffHeapClockCache, PersistentReadWriteLockedOffHeapClockCache, ReadWriteLockedOffHeapClockCache, WriteLockedOffHeapClockCache
public interface PinnableCache<K,V>
- extends ConcurrentMap<K,V>
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
isPinned
boolean isPinned(Object key)
setPinning
void setPinning(K key,
boolean pinned)
putPinned
V putPinned(K key,
V value)
Copyright © 2015. All Rights Reserved.