Uses of Class
org.infinispan.server.memcached.commands.Value

Packages that use Value
org.infinispan.server.memcached   
org.infinispan.server.memcached.commands   
org.infinispan.server.memcached.transport   
 

Uses of Value in org.infinispan.server.memcached
 

Constructor parameters in org.infinispan.server.memcached with type arguments of type Value
TextServer(String host, int port, Cache<String,Value> cache, int masterThreads, int workerThreads)
           
 

Uses of Value in org.infinispan.server.memcached.commands
 

Methods in org.infinispan.server.memcached.commands with parameters of type Value
protected  StringBuilder GetCommand.constructValue(String key, Value value)
           
protected  StringBuilder GetsCommand.constructValue(String key, Value value)
           
 

Method parameters in org.infinispan.server.memcached.commands with type arguments of type Value
static TextCommand RetrievalCommand.newRetrievalCommand(Cache<String,Value> cache, CommandType type, RetrievalParameters params)
           
static TextCommand StorageCommand.newStorageCommand(Cache<String,Value> cache, CommandType type, StorageParameters params, byte[] data, boolean noReply)
           
 

Constructor parameters in org.infinispan.server.memcached.commands with type arguments of type Value
CommandFactory(Cache<String,Value> cache, InterceptorChain chain, ScheduledExecutorService scheduler)
           
 

Uses of Value in org.infinispan.server.memcached.transport
 

Constructor parameters in org.infinispan.server.memcached.transport with type arguments of type Value
TextDecoder(Cache<String,Value> cache, InterceptorChain chain, ScheduledExecutorService scheduler)
           
 


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.