A B C D E F G H I K L M N O P R S T U V W

A

AbstractCache<CACHE_ELEMENT extends CacheElement> - Class in com.thimbleware.jmemcached
Abstract implementation of a cache handler for the memcache daemon; provides some convenience methods and a general framework for implementation
AbstractCache() - Constructor for class com.thimbleware.jmemcached.AbstractCache
 
add(CACHE_ELEMENT) - Method in interface com.thimbleware.jmemcached.Cache
Add an element to the cache
add(int) - Method in interface com.thimbleware.jmemcached.CacheElement
 
add(LocalCacheElement) - Method in class com.thimbleware.jmemcached.CacheImpl
 
add(int) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
addKeyToResponse - Variable in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
 
addKeyToResponse - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
alloc(int, ChannelBuffer) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
Allocate a region in the block storage
append(CACHE_ELEMENT) - Method in interface com.thimbleware.jmemcached.Cache
Append bytes to the end of an element in the cache
append(LocalCacheElement) - Method in interface com.thimbleware.jmemcached.CacheElement
 
append(LocalCacheElement) - Method in class com.thimbleware.jmemcached.CacheImpl
 
append(LocalCacheElement) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
appendToTail() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
Appends the node to the tail of the list.
asyncEventPing() - Method in class com.thimbleware.jmemcached.AbstractCache
 
asyncEventPing() - Method in interface com.thimbleware.jmemcached.Cache
Called periodically by the network event loop to process any pending events.
asyncEventPing() - Method in class com.thimbleware.jmemcached.CacheImpl
 
atoi(ChannelBuffer) - Static method in class com.thimbleware.jmemcached.util.BufferUtils
 
atol(ChannelBuffer) - Static method in class com.thimbleware.jmemcached.util.BufferUtils
 

B

block(long) - Method in interface com.thimbleware.jmemcached.CacheElement
 
block(long) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
BlockStorageCacheStorage - Class in com.thimbleware.jmemcached.storage.bytebuffer
Implementation of the concurrent (linked) sized map using the block buffer storage back end.
BlockStorageCacheStorage(int, int, int, long, int, BlockStoreFactory) - Constructor for class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
BlockStoreFactory<BS extends ByteBufferBlockStore> - Interface in com.thimbleware.jmemcached.storage.bytebuffer
 
BufferUtils - Class in com.thimbleware.jmemcached.util
 
BufferUtils() - Constructor for class com.thimbleware.jmemcached.util.BufferUtils
 
ByteBufferBlockStore - Class in com.thimbleware.jmemcached.storage.bytebuffer
Memory mapped block storage mechanism with a free-list maintained by TreeMap Allows memory for storage to be mapped outside of the VM's main memory, and outside the purvey of the GC.
ByteBufferBlockStore(int) - Constructor for class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
Constructor used only be subclasses, allowing them to provide their own buffer.
ByteBufferBlockStore.BadAllocationException - Exception in com.thimbleware.jmemcached.storage.bytebuffer
Exception thrown on inability to allocate a new block
ByteBufferBlockStore.BadAllocationException(String) - Constructor for exception com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore.BadAllocationException
 
ByteBufferBlockStore.ByteBufferBlockStoreFactory - Class in com.thimbleware.jmemcached.storage.bytebuffer
 
ByteBufferBlockStore.ByteBufferBlockStoreFactory() - Constructor for class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore.ByteBufferBlockStoreFactory
 
bytes - Variable in class com.thimbleware.jmemcached.Key
 
bytesNeeded - Variable in class com.thimbleware.jmemcached.protocol.SessionStatus
 

C

Cache<CACHE_ELEMENT extends CacheElement> - Interface in com.thimbleware.jmemcached
 
Cache.DeleteResponse - Enum in com.thimbleware.jmemcached
Enum defining responses statuses from removal commands
Cache.StoreResponse - Enum in com.thimbleware.jmemcached
Enum defining response statuses from set/add type commands
CacheElement - Interface in com.thimbleware.jmemcached
 
CacheImpl - Class in com.thimbleware.jmemcached
Default implementation of the cache handler, supporting local memory cache elements.
CacheImpl(CacheStorage<Key, LocalCacheElement>) - Constructor for class com.thimbleware.jmemcached.CacheImpl
 
CacheImpl.DelayedMCElement - Class in com.thimbleware.jmemcached
Delayed key blocks get processed occasionally.
CacheImpl.DelayedMCElement(CacheElement) - Constructor for class com.thimbleware.jmemcached.CacheImpl.DelayedMCElement
 
CacheStorage<K,V extends SizedItem> - Interface in com.thimbleware.jmemcached.storage
The interface for cache storage.
capacity() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
capacity() - Method in interface com.thimbleware.jmemcached.storage.CacheStorage
 
capacity() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
Retrieves the maximum capacity of the map.
cas(Long, CACHE_ELEMENT) - Method in interface com.thimbleware.jmemcached.Cache
Set an element in the cache but only if the element has not been touched since the last 'gets'
cas(Long, LocalCacheElement) - Method in class com.thimbleware.jmemcached.CacheImpl
 
cas_key - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
casCounter - Variable in class com.thimbleware.jmemcached.AbstractCache
 
casValue(V, V) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
On close we manage some statistics, and remove this connection from the channel group.
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
On open we manage some statistics, and add this connection to the channel group.
clear() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
clear() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
clear() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
ClientException - Exception in com.thimbleware.jmemcached.protocol.exceptions
 
ClientException() - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.ClientException
 
ClientException(String) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.ClientException
 
ClientException(String, Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.ClientException
 
ClientException(Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.ClientException
 
close() - Method in interface com.thimbleware.jmemcached.Cache
Close the cache, freeing all resources on which it depends.
close() - Method in class com.thimbleware.jmemcached.CacheImpl
 
close() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
close() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
Close the store, destroying all data and closing the backing file
close() - Method in interface com.thimbleware.jmemcached.storage.CacheStorage
Close the storage unit, deallocating any resources it might be currently holding.
close() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
 
cmd - Variable in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
cmd - Variable in class com.thimbleware.jmemcached.protocol.SessionStatus
 
code - Variable in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
 
code - Variable in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder.ResponseCode
 
com.thimbleware.jmemcached - package com.thimbleware.jmemcached
 
com.thimbleware.jmemcached.protocol - package com.thimbleware.jmemcached.protocol
 
com.thimbleware.jmemcached.protocol.binary - package com.thimbleware.jmemcached.protocol.binary
 
com.thimbleware.jmemcached.protocol.exceptions - package com.thimbleware.jmemcached.protocol.exceptions
 
com.thimbleware.jmemcached.protocol.text - package com.thimbleware.jmemcached.protocol.text
 
com.thimbleware.jmemcached.storage - package com.thimbleware.jmemcached.storage
 
com.thimbleware.jmemcached.storage.bytebuffer - package com.thimbleware.jmemcached.storage.bytebuffer
 
com.thimbleware.jmemcached.storage.hash - package com.thimbleware.jmemcached.storage.hash
 
com.thimbleware.jmemcached.storage.mmap - package com.thimbleware.jmemcached.storage.mmap
 
com.thimbleware.jmemcached.util - package com.thimbleware.jmemcached.util
 
command(Op) - Static method in class com.thimbleware.jmemcached.protocol.CommandMessage
 
CommandMessage<CACHE_ELEMENT extends CacheElement> - Class in com.thimbleware.jmemcached.protocol
The payload object holding the parsed message.
compareTo(Delayed) - Method in class com.thimbleware.jmemcached.CacheImpl.DelayedMCElement
 
ConcurrentLinkedHashMap<K,V extends SizedItem> - Class in com.thimbleware.jmemcached.storage.hash
A ConcurrentMap with a doubly-linked list running through its entries.
ConcurrentLinkedHashMap.EvictionListener<K,V> - Interface in com.thimbleware.jmemcached.storage.hash
A listener registered for notification when an entry is evicted.
ConcurrentLinkedHashMap.EvictionPolicy - Enum in com.thimbleware.jmemcached.storage.hash
The replacement policy to apply to determine which entry to discard when the capacity has been reached.
ConcurrentLinkedHashMap.Node<K,V> - Class in com.thimbleware.jmemcached.storage.hash
A node on the double-linked list.
ConcurrentLinkedHashMap.Node(Lock) - Constructor for class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
Creates a new sentinel node.
ConcurrentLinkedHashMap.Node(K, V, ConcurrentLinkedHashMap.Node<K, V>, Lock) - Constructor for class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
Creates a new, unlinked node.
constructHeader(MemcachedBinaryCommandDecoder.BinaryOp, ChannelBuffer, ChannelBuffer, ChannelBuffer, short, int, long) - Method in class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder
 
containsKey(Object) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
containsKey(Object) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
containsValue(Object) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
containsValue(Object) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
correspondingOp - Variable in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
 
create(ConcurrentLinkedHashMap.EvictionPolicy, int, long) - Static method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
Creates a map with the specified eviction policy, maximum capacity, and at the default concurrency level.
create(ConcurrentLinkedHashMap.EvictionPolicy, int, long, ConcurrentLinkedHashMap.EvictionListener<K, V>) - Static method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
Creates a map with the specified eviction policy, maximum capacity, eviction listener, and at the default concurrency level.
create(ConcurrentLinkedHashMap.EvictionPolicy, int, long, int) - Static method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
Creates a map with the specified eviction policy, maximum capacity, and concurrency level.
create(ConcurrentLinkedHashMap.EvictionPolicy, int, long, int, ConcurrentLinkedHashMap.EvictionListener<K, V>) - Static method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
Creates a map with the specified eviction policy, maximum capacity, eviction listener, and concurrency level.
createMemcachedBinaryPipelineFactory(Cache, String, boolean, int, DefaultChannelGroup) - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
createMemcachedPipelineFactory(Cache, String, boolean, int, int, DefaultChannelGroup) - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
CRLF - Static variable in class com.thimbleware.jmemcached.protocol.text.MemcachedResponseEncoder
 
curr_conns - Variable in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 

D

decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class com.thimbleware.jmemcached.protocol.text.MemcachedCommandDecoder
 
delete(Key, int) - Method in interface com.thimbleware.jmemcached.Cache
Handle the deletion of an item from the cache.
delete(Key, int) - Method in class com.thimbleware.jmemcached.CacheImpl
 
deleteResponse - Variable in class com.thimbleware.jmemcached.protocol.ResponseMessage
 

E

element - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
elements - Variable in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
entrySet() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
entrySet() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
equals(Object) - Method in class com.thimbleware.jmemcached.Key
 
equals(Object) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
equals(Object) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
Only ensures that the values are equal, as the key may be null for look-ups.
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder
Handle exceptions in protocol processing.
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.thimbleware.jmemcached.protocol.text.MemcachedResponseEncoder
Handle exceptions in protocol processing.

F

FindOp(ChannelBuffer) - Static method in enum com.thimbleware.jmemcached.protocol.Op
 
flush_all() - Method in interface com.thimbleware.jmemcached.Cache
Flush all cache entries
flush_all(int) - Method in interface com.thimbleware.jmemcached.Cache
Flush all cache entries with a timestamp after a given expiration time
flush_all() - Method in class com.thimbleware.jmemcached.CacheImpl
 
flush_all(int) - Method in class com.thimbleware.jmemcached.CacheImpl
 
flushSuccess - Variable in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
forCommandMessage(CommandMessage) - Static method in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
 
free(Region) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
freeResources() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
freeResources() - Method in class com.thimbleware.jmemcached.storage.mmap.MemoryMappedBlockStore
 

G

get(Key...) - Method in interface com.thimbleware.jmemcached.Cache
Get element(s) from the cache
get(Key...) - Method in class com.thimbleware.jmemcached.CacheImpl
 
get(Object) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
get(Region) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
get(Object) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
get_add(Key, int) - Method in interface com.thimbleware.jmemcached.Cache
Increment/decremen t an (integer) element in the cache
get_add(Key, int) - Method in class com.thimbleware.jmemcached.CacheImpl
 
getAndSetValue(V) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 
getBlockedUntil() - Method in interface com.thimbleware.jmemcached.CacheElement
 
getBlockedUntil() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
getBlockSizeBytes() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
getCache() - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
getCasUnique() - Method in interface com.thimbleware.jmemcached.CacheElement
 
getCasUnique() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
getCmds - Variable in class com.thimbleware.jmemcached.AbstractCache
 
getCurrentBytes() - Method in class com.thimbleware.jmemcached.AbstractCache
 
getCurrentBytes() - Method in interface com.thimbleware.jmemcached.Cache
 
getCurrentBytes() - Method in class com.thimbleware.jmemcached.CacheImpl
 
getCurrentItems() - Method in class com.thimbleware.jmemcached.AbstractCache
 
getCurrentItems() - Method in interface com.thimbleware.jmemcached.Cache
 
getCurrentItems() - Method in class com.thimbleware.jmemcached.CacheImpl
 
getData() - Method in interface com.thimbleware.jmemcached.CacheElement
 
getData() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
getDelay(TimeUnit) - Method in class com.thimbleware.jmemcached.CacheImpl.DelayedMCElement
 
getExpire() - Method in interface com.thimbleware.jmemcached.CacheElement
 
getExpire() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
getFactory() - Static method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
getFactory() - Static method in class com.thimbleware.jmemcached.storage.mmap.MemoryMappedBlockStore
 
getFlags() - Method in interface com.thimbleware.jmemcached.CacheElement
 
getFlags() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
getFreeBytes() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
getGetCmds() - Method in class com.thimbleware.jmemcached.AbstractCache
 
getGetCmds() - Method in interface com.thimbleware.jmemcached.Cache
 
getGetHits() - Method in class com.thimbleware.jmemcached.AbstractCache
 
getGetHits() - Method in interface com.thimbleware.jmemcached.Cache
 
getGetMisses() - Method in class com.thimbleware.jmemcached.AbstractCache
 
getGetMisses() - Method in interface com.thimbleware.jmemcached.Cache
 
getHits - Variable in class com.thimbleware.jmemcached.AbstractCache
 
getKey() - Method in interface com.thimbleware.jmemcached.CacheElement
 
getKey() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
getKey() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 
getLimitMaxBytes() - Method in class com.thimbleware.jmemcached.AbstractCache
 
getLimitMaxBytes() - Method in interface com.thimbleware.jmemcached.Cache
 
getLimitMaxBytes() - Method in class com.thimbleware.jmemcached.CacheImpl
 
getMemoryCapacity() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
getMemoryCapacity() - Method in interface com.thimbleware.jmemcached.storage.CacheStorage
 
getMemoryCapacity() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
 
getMemoryUsed() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
getMemoryUsed() - Method in interface com.thimbleware.jmemcached.storage.CacheStorage
 
getMemoryUsed() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
 
getMisses - Variable in class com.thimbleware.jmemcached.AbstractCache
 
getNext() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 
getPipeline() - Method in class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryPipelineFactory
 
getPipeline() - Method in class com.thimbleware.jmemcached.protocol.text.MemcachedPipelineFactory
 
getPrev() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 
getSetCmds() - Method in class com.thimbleware.jmemcached.AbstractCache
 
getSetCmds() - Method in interface com.thimbleware.jmemcached.Cache
 
getStatusCode(ResponseMessage) - Method in class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder
 
getStoreSizeBytes() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
getValue() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 

H

handleAdd(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleAppend(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleCas(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleDecr(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleDelete(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleFlush(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleGets(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleIncr(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleNoOp(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handlePrepend(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleQuit(Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleReplace(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleSet(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleStats(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, int, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleVerbosity(ChannelHandlerContext, CommandMessage, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
handleVersion(ChannelHandlerContext, CommandMessage<CACHE_ELEMENT>, Channel) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
hashCode() - Method in interface com.thimbleware.jmemcached.CacheElement
 
hashCode() - Method in class com.thimbleware.jmemcached.Key
 
hashCode() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
hashCode() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 

I

idle_limit - Variable in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
IncorrectlyTerminatedPayloadException - Exception in com.thimbleware.jmemcached.protocol.exceptions
 
IncorrectlyTerminatedPayloadException() - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.IncorrectlyTerminatedPayloadException
 
IncorrectlyTerminatedPayloadException(String) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.IncorrectlyTerminatedPayloadException
 
IncorrectlyTerminatedPayloadException(String, Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.IncorrectlyTerminatedPayloadException
 
IncorrectlyTerminatedPayloadException(Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.IncorrectlyTerminatedPayloadException
 
incrAmount - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
incrDecrResponse - Variable in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
incrExpiry - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
initialize(int) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 
initStats() - Method in class com.thimbleware.jmemcached.AbstractCache
Initialize all statistic counters
InvalidProtocolStateException - Exception in com.thimbleware.jmemcached.protocol.exceptions
 
InvalidProtocolStateException() - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.InvalidProtocolStateException
 
InvalidProtocolStateException(String) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.InvalidProtocolStateException
 
InvalidProtocolStateException(String, Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.InvalidProtocolStateException
 
InvalidProtocolStateException(Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.InvalidProtocolStateException
 
isBinary() - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
isBlocked() - Method in interface com.thimbleware.jmemcached.CacheElement
 
isBlocked(CacheElement) - Method in class com.thimbleware.jmemcached.CacheImpl
 
isBlocked() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
isEmpty() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
isExpired(CacheElement) - Method in class com.thimbleware.jmemcached.CacheImpl
 
isMarked() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 
isRunning() - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
isTail() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
Checks whether the node is the last linked on the list chain.
isUnlinked() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
Checks whether the node is linked on the list chain.
itoa(int) - Static method in class com.thimbleware.jmemcached.util.BufferUtils
Blatant copy of Integer.toString, but returning a byte array instead of a String, as string charset decoding/encoding was killing us on performance.

K

Key - Class in com.thimbleware.jmemcached
Represents a given key for lookup in the cache.
Key(ChannelBuffer) - Constructor for class com.thimbleware.jmemcached.Key
 
key(Key) - Static method in class com.thimbleware.jmemcached.LocalCacheElement
 
keys() - Method in class com.thimbleware.jmemcached.AbstractCache
 
keys() - Method in class com.thimbleware.jmemcached.CacheImpl
 
keys - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
keySet() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
keySet() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap

L

LocalCacheElement - Class in com.thimbleware.jmemcached
Represents information about a cache entry.
LocalCacheElement() - Constructor for class com.thimbleware.jmemcached.LocalCacheElement
 
LocalCacheElement(Key) - Constructor for class com.thimbleware.jmemcached.LocalCacheElement
 
LocalCacheElement(Key, int, int, long) - Constructor for class com.thimbleware.jmemcached.LocalCacheElement
 
LocalCacheElement.IncrDecrResult - Class in com.thimbleware.jmemcached
 
LocalCacheElement.IncrDecrResult(int, LocalCacheElement) - Constructor for class com.thimbleware.jmemcached.LocalCacheElement.IncrDecrResult
 
lockRead(BlockStorageCacheStorage.StoredValue) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
lockReadAll() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
lockWrite(BlockStorageCacheStorage.StoredValue) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
lockWriteAll() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
ltoa(long) - Static method in class com.thimbleware.jmemcached.util.BufferUtils
 

M

MalformedCommandException - Exception in com.thimbleware.jmemcached.protocol.exceptions
 
MalformedCommandException() - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.MalformedCommandException
 
MalformedCommandException(String) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.MalformedCommandException
 
MalformedCommandException(String, Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.MalformedCommandException
 
MalformedCommandException(Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.MalformedCommandException
 
manufacture(long, int) - Method in interface com.thimbleware.jmemcached.storage.bytebuffer.BlockStoreFactory
 
manufacture(long, int) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore.ByteBufferBlockStoreFactory
 
manufacture(long, int) - Method in class com.thimbleware.jmemcached.storage.mmap.MemoryMappedBlockStore.MemoryMappedBlockStoreFactory
 
MemCacheDaemon<CACHE_ELEMENT extends CacheElement> - Class in com.thimbleware.jmemcached
The actual daemon - responsible for the binding and configuration of the network configuration.
MemCacheDaemon() - Constructor for class com.thimbleware.jmemcached.MemCacheDaemon
 
MemCacheDaemon(Cache<CACHE_ELEMENT>) - Constructor for class com.thimbleware.jmemcached.MemCacheDaemon
 
MemcachedBinaryCommandDecoder - Class in com.thimbleware.jmemcached.protocol.binary
 
MemcachedBinaryCommandDecoder() - Constructor for class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder
 
MemcachedBinaryCommandDecoder.BinaryOp - Enum in com.thimbleware.jmemcached.protocol.binary
 
MemcachedBinaryPipelineFactory - Class in com.thimbleware.jmemcached.protocol.binary
 
MemcachedBinaryPipelineFactory(Cache, String, boolean, int, DefaultChannelGroup) - Constructor for class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryPipelineFactory
 
MemcachedBinaryResponseEncoder<CACHE_ELEMENT extends CacheElement> - Class in com.thimbleware.jmemcached.protocol.binary
 
MemcachedBinaryResponseEncoder() - Constructor for class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder
 
MemcachedBinaryResponseEncoder.ResponseCode - Enum in com.thimbleware.jmemcached.protocol.binary
 
MemcachedCommandDecoder - Class in com.thimbleware.jmemcached.protocol.text
The MemcachedCommandDecoder is responsible for taking lines from the MemcachedFrameDecoder and parsing them into CommandMessage instances for handling by the MemcachedCommandHandler

Protocol status is held in the SessionStatus instance which is shared between each of the decoders in the pipeline.

MemcachedCommandDecoder(SessionStatus) - Constructor for class com.thimbleware.jmemcached.protocol.text.MemcachedCommandDecoder
 
MemcachedCommandHandler<CACHE_ELEMENT extends CacheElement> - Class in com.thimbleware.jmemcached.protocol
The actual command handler, which is responsible for processing the CommandMessage instances that are inbound from the protocol decoders.
MemcachedCommandHandler(Cache, String, boolean, int, DefaultChannelGroup) - Constructor for class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
Construct the server session handler
MemcachedPipelineFactory - Class in com.thimbleware.jmemcached.protocol.text
 
MemcachedPipelineFactory(Cache, String, boolean, int, int, DefaultChannelGroup) - Constructor for class com.thimbleware.jmemcached.protocol.text.MemcachedPipelineFactory
 
MemcachedResponseEncoder<CACHE_ELEMENT extends CacheElement> - Class in com.thimbleware.jmemcached.protocol.text
Response encoder for the memcached text protocol.
MemcachedResponseEncoder() - Constructor for class com.thimbleware.jmemcached.protocol.text.MemcachedResponseEncoder
 
memcachedVersion - Static variable in class com.thimbleware.jmemcached.MemCacheDaemon
 
MemoryMappedBlockStore - Class in com.thimbleware.jmemcached.storage.mmap
Memory mapped block storage mechanism with a free-list maintained by TreeMap Allows memory for storage to be mapped outside of the VM's main memory, and outside the purvey of the GC.
MemoryMappedBlockStore.MemoryMappedBlockStoreFactory - Class in com.thimbleware.jmemcached.storage.mmap
 
MemoryMappedBlockStore.MemoryMappedBlockStoreFactory() - Constructor for class com.thimbleware.jmemcached.storage.mmap.MemoryMappedBlockStore.MemoryMappedBlockStoreFactory
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
The actual meat of the matter.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.thimbleware.jmemcached.protocol.text.MemcachedResponseEncoder
 
moveToTail() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
Moves the node to the tail.

N

needMore(int, CommandMessage) - Method in class com.thimbleware.jmemcached.protocol.SessionStatus
 
noreply - Variable in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
 
noreply - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
Now() - Static method in class com.thimbleware.jmemcached.AbstractCache
 
Now() - Static method in class com.thimbleware.jmemcached.LocalCacheElement
 
numBuckets(int, int) - Static method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 

O

onEviction(K, V) - Method in interface com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.EvictionListener
A call-back notification that the entry was evicted.
op - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
Op - Enum in com.thimbleware.jmemcached.protocol
 
opaque - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 

P

prepend(CACHE_ELEMENT) - Method in interface com.thimbleware.jmemcached.Cache
Prepend bytes to the end of an element in the cache
prepend(LocalCacheElement) - Method in interface com.thimbleware.jmemcached.CacheElement
 
prepend(LocalCacheElement) - Method in class com.thimbleware.jmemcached.CacheImpl
 
prepend(LocalCacheElement) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
processingMultiline() - Method in class com.thimbleware.jmemcached.protocol.SessionStatus
 
put(Key, LocalCacheElement) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
put(K, V) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
putAll(Map<? extends Key, ? extends LocalCacheElement>) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
putIfAbsent(Key, LocalCacheElement) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
putIfAbsent(K, V) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap

R

readExternal(ObjectInput) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
ready() - Method in class com.thimbleware.jmemcached.protocol.SessionStatus
 
Region - Class in com.thimbleware.jmemcached.storage.bytebuffer
Represents a number of allocated blocks in the store
Region(int, int, int) - Constructor for class com.thimbleware.jmemcached.storage.bytebuffer.Region
 
remove(Object, Object) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
remove(Object) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
remove() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
Removes the node from the list.
remove(Object) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
remove(Object, Object) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
replace(CACHE_ELEMENT) - Method in interface com.thimbleware.jmemcached.Cache
Replace an element in the cache
replace(LocalCacheElement) - Method in class com.thimbleware.jmemcached.CacheImpl
 
replace(Key, LocalCacheElement, LocalCacheElement) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
replace(Key, LocalCacheElement) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
replace(K, V) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
replace(K, V, V) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
response - Variable in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
ResponseMessage<CACHE_ELEMENT extends CacheElement> - Class in com.thimbleware.jmemcached.protocol
Represents the response to a command.
ResponseMessage(CommandMessage) - Constructor for class com.thimbleware.jmemcached.protocol.ResponseMessage
 
roundUp(long, long) - Static method in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
Rounds up a requested size to the nearest block width.

S

SessionStatus - Class in com.thimbleware.jmemcached.protocol
Class for holding the current session status.
SessionStatus() - Constructor for class com.thimbleware.jmemcached.protocol.SessionStatus
 
SessionStatus.State - Enum in com.thimbleware.jmemcached.protocol
Possible states that the current session is in.
set(CACHE_ELEMENT) - Method in interface com.thimbleware.jmemcached.Cache
Set an element in the cache
set(LocalCacheElement) - Method in class com.thimbleware.jmemcached.CacheImpl
 
setAddr(InetSocketAddress) - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
setBinary(boolean) - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
setCache(Cache<CACHE_ELEMENT>) - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
setCapacity(int) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
Sets the maximum capacity of the map and eagerly evicts entries until it shrinks to the appropriate size.
setCasUnique(long) - Method in interface com.thimbleware.jmemcached.CacheElement
 
setCasUnique(long) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
setCmds - Variable in class com.thimbleware.jmemcached.AbstractCache
 
setData(ChannelBuffer) - Method in interface com.thimbleware.jmemcached.CacheElement
 
setData(ChannelBuffer) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
setIdleTime(int) - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
setKey(ChannelBuffer) - Method in class com.thimbleware.jmemcached.protocol.CommandMessage
 
setKeys(List<ChannelBuffer>) - Method in class com.thimbleware.jmemcached.protocol.CommandMessage
 
setMarked(boolean) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 
setMemoryCapacity(int) - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
Sets the maximum capacity of the map and eagerly evicts entries until it shrinks to the appropriate size.
setVerbose(boolean) - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
size() - Method in interface com.thimbleware.jmemcached.CacheElement
 
size() - Method in class com.thimbleware.jmemcached.LocalCacheElement
 
size() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
size - Variable in class com.thimbleware.jmemcached.storage.bytebuffer.Region
Size in bytes of the requested area
size() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
size() - Method in interface com.thimbleware.jmemcached.storage.hash.SizedItem
 
SizedItem - Interface in com.thimbleware.jmemcached.storage.hash
 
start() - Method in class com.thimbleware.jmemcached.MemCacheDaemon
Bind the network connection and start the network processing threads.
started - Variable in class com.thimbleware.jmemcached.AbstractCache
 
stat(String) - Method in class com.thimbleware.jmemcached.AbstractCache
Return runtime statistics
stat(String) - Method in interface com.thimbleware.jmemcached.Cache
Retrieve stats about the cache.
state - Variable in class com.thimbleware.jmemcached.protocol.SessionStatus
 
stats - Variable in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
stop() - Method in class com.thimbleware.jmemcached.MemCacheDaemon
 
storageBuffer - Variable in class com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore
 

T

THIRTY_DAYS - Static variable in interface com.thimbleware.jmemcached.CacheElement
 
time - Variable in class com.thimbleware.jmemcached.protocol.CommandMessage
 
toString() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.Node
 
total_conns - Variable in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 

U

UnknownCommandException - Exception in com.thimbleware.jmemcached.protocol.exceptions
 
UnknownCommandException() - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.UnknownCommandException
 
UnknownCommandException(String) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.UnknownCommandException
 
UnknownCommandException(String, Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.UnknownCommandException
 
UnknownCommandException(Throwable) - Constructor for exception com.thimbleware.jmemcached.protocol.exceptions.UnknownCommandException
 
unlockRead(BlockStorageCacheStorage.StoredValue) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
unlockReadAll() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
unlockWrite(BlockStorageCacheStorage.StoredValue) - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
unlockWriteAll() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
USASCII - Static variable in class com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder
 
USASCII - Static variable in class com.thimbleware.jmemcached.protocol.text.MemcachedPipelineFactory
 
usedBlocks - Variable in class com.thimbleware.jmemcached.storage.bytebuffer.Region
Size in blocks of the requested area

V

valid - Variable in class com.thimbleware.jmemcached.storage.bytebuffer.Region
Flag which is true if the region is valid and in use.
valueOf(String) - Static method in enum com.thimbleware.jmemcached.Cache.DeleteResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.thimbleware.jmemcached.Cache.StoreResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder.ResponseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.thimbleware.jmemcached.protocol.Op
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.thimbleware.jmemcached.protocol.SessionStatus.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.EvictionPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.thimbleware.jmemcached.Cache.DeleteResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.thimbleware.jmemcached.Cache.StoreResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryCommandDecoder.BinaryOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder.ResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.thimbleware.jmemcached.protocol.Op
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.thimbleware.jmemcached.protocol.SessionStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.thimbleware.jmemcached.storage.bytebuffer.BlockStorageCacheStorage
 
values() - Static method in enum com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap.EvictionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.thimbleware.jmemcached.storage.hash.ConcurrentLinkedHashMap
verbose - Variable in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
 
version - Variable in class com.thimbleware.jmemcached.protocol.MemcachedCommandHandler
The following state variables are universal for the entire daemon.
version - Variable in class com.thimbleware.jmemcached.protocol.ResponseMessage
 

W

withDeleteResponse(Cache.DeleteResponse) - Method in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
withElements(CACHE_ELEMENT[]) - Method in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
withFlushResponse(boolean) - Method in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
withIncrDecrResponse(Integer) - Method in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
withResponse(Cache.StoreResponse) - Method in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
withStatResponse(Map<String, Set<String>>) - Method in class com.thimbleware.jmemcached.protocol.ResponseMessage
 
writeExternal(ObjectOutput) - Method in class com.thimbleware.jmemcached.LocalCacheElement
 

A B C D E F G H I K L M N O P R S T U V W

Copyright © 2008-2011 ThimbleWare. All Rights Reserved.