Serialized Form
|
Package com.thimbleware.jmemcached |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
|
Package com.thimbleware.jmemcached.protocol |
op
Op op
element
CacheElement element
keys
java.util.List<E> keys
noreply
boolean noreply
cas_key
long cas_key
time
int time
opaque
int opaque
addKeyToResponse
boolean addKeyToResponse
incrExpiry
int incrExpiry
incrAmount
int incrAmount
cmd
CommandMessage<CACHE_ELEMENT extends CacheElement> cmd
elements
CacheElement[] elements
response
Cache.StoreResponse response
stats
java.util.Map<K,V> stats
version
java.lang.String version
deleteResponse
Cache.DeleteResponse deleteResponse
incrDecrResponse
java.lang.Integer incrDecrResponse
flushSuccess
boolean flushSuccess
state
SessionStatus.State state
bytesNeeded
int bytesNeeded
cmd
CommandMessage<CACHE_ELEMENT extends CacheElement> cmd
|
Package com.thimbleware.jmemcached.protocol.exceptions |
|
Package com.thimbleware.jmemcached.storage.bytebuffer |
|
Package com.thimbleware.jmemcached.storage.hash |
serialVersionUID: 8350170357874293408L
data
java.util.concurrent.ConcurrentMap<K,V> data
listener
ConcurrentLinkedHashMap.EvictionListener<K,V> listener
capacity
java.util.concurrent.atomic.AtomicInteger capacity
policy
ConcurrentLinkedHashMap.EvictionPolicy policy
length
java.util.concurrent.atomic.AtomicInteger length
sentinel
ConcurrentLinkedHashMap.Node<K,V> sentinel
lock
java.util.concurrent.locks.Lock lock
memoryCapacity
java.util.concurrent.atomic.AtomicLong memoryCapacity
memoryUsed
java.util.concurrent.atomic.AtomicLong memoryUsed
serialVersionUID: 1461281468985304519L
key
java.lang.Object key
lock
java.util.concurrent.locks.Lock lock
sentinel
ConcurrentLinkedHashMap.Node<K,V> sentinel
value
java.lang.Object value
marked
boolean marked
prev
ConcurrentLinkedHashMap.Node<K,V> prev
next
ConcurrentLinkedHashMap.Node<K,V> next
Copyright © 2008-2011 ThimbleWare. All Rights Reserved.