|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SizedItem | |
|---|---|
| com.thimbleware.jmemcached | |
| com.thimbleware.jmemcached.storage | |
| com.thimbleware.jmemcached.storage.hash | |
| Uses of SizedItem in com.thimbleware.jmemcached |
|---|
| Subinterfaces of SizedItem in com.thimbleware.jmemcached | |
|---|---|
interface |
CacheElement
|
| Classes in com.thimbleware.jmemcached that implement SizedItem | |
|---|---|
class |
LocalCacheElement
Represents information about a cache entry. |
| Uses of SizedItem in com.thimbleware.jmemcached.storage |
|---|
| Classes in com.thimbleware.jmemcached.storage with type parameters of type SizedItem | |
|---|---|
interface |
CacheStorage<K,V extends SizedItem>
The interface for cache storage. |
| Uses of SizedItem in com.thimbleware.jmemcached.storage.hash |
|---|
| Classes in com.thimbleware.jmemcached.storage.hash with type parameters of type SizedItem | |
|---|---|
class |
ConcurrentLinkedHashMap<K,V extends SizedItem>
A ConcurrentMap with a doubly-linked list running through its entries. |
| Methods in com.thimbleware.jmemcached.storage.hash with type parameters of type SizedItem | ||
|---|---|---|
static
|
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
long maximumMemoryCapacity)
Creates a map with the specified eviction policy, maximum capacity, and at the default concurrency level. |
|
static
|
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
long maximumMemoryCapacity,
ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
Creates a map with the specified eviction policy, maximum capacity, eviction listener, and at the default concurrency level. |
|
static
|
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
long maximumMemoryCapacity,
int concurrencyLevel)
Creates a map with the specified eviction policy, maximum capacity, and concurrency level. |
|
static
|
ConcurrentLinkedHashMap.create(ConcurrentLinkedHashMap.EvictionPolicy policy,
int maximumCapacity,
long maximumMemoryCapacity,
int concurrencyLevel,
ConcurrentLinkedHashMap.EvictionListener<K,V> listener)
Creates a map with the specified eviction policy, maximum capacity, eviction listener, and concurrency level. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||