Serialized Form


Package com.thimbleware.jmemcached

Class com.thimbleware.jmemcached.LocalCacheElement extends java.lang.Object implements Serializable

Serialization Methods

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

Class com.thimbleware.jmemcached.protocol.CommandMessage extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.thimbleware.jmemcached.protocol.ResponseMessage extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.thimbleware.jmemcached.protocol.SessionStatus extends java.lang.Object implements Serializable

Serialized Fields

state

SessionStatus.State state

bytesNeeded

int bytesNeeded

cmd

CommandMessage<CACHE_ELEMENT extends CacheElement> cmd

Package com.thimbleware.jmemcached.protocol.exceptions

Class com.thimbleware.jmemcached.protocol.exceptions.ClientException extends java.lang.Exception implements Serializable

Class com.thimbleware.jmemcached.protocol.exceptions.IncorrectlyTerminatedPayloadException extends ClientException implements Serializable

Class com.thimbleware.jmemcached.protocol.exceptions.InvalidProtocolStateException extends java.lang.Exception implements Serializable

Class com.thimbleware.jmemcached.protocol.exceptions.MalformedCommandException extends ClientException implements Serializable

Class com.thimbleware.jmemcached.protocol.exceptions.UnknownCommandException extends ClientException implements Serializable


Package com.thimbleware.jmemcached.storage.bytebuffer

Class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore.BadAllocationException extends java.lang.RuntimeException implements Serializable


Package com.thimbleware.jmemcached.storage.hash

Class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap extends java.util.AbstractMap<K,V extends SizedItem> implements Serializable

serialVersionUID: 8350170357874293408L

Serialized Fields

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

Class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node extends java.lang.Object implements Serializable

serialVersionUID: 1461281468985304519L

Serialized Fields

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.