Uses of Interface
com.thimbleware.jmemcached.storage.hash.SizedItem

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
<K,V extends SizedItem>
ConcurrentLinkedHashMap<K,V>
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
<K,V extends SizedItem>
ConcurrentLinkedHashMap<K,V>
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
<K,V extends SizedItem>
ConcurrentLinkedHashMap<K,V>
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
<K,V extends SizedItem>
ConcurrentLinkedHashMap<K,V>
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.
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.