org.infinispan.server.memcached.commands
Class RetrievalCommand

java.lang.Object
  extended by org.infinispan.server.memcached.commands.RetrievalCommand
All Implemented Interfaces:
Command, TextCommand
Direct Known Subclasses:
GetCommand

public abstract class RetrievalCommand
extends Object
implements TextCommand

RetrievalCommand.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 CommandType getType()
           
static TextCommand newRetrievalCommand(Cache<String,Value> cache, CommandType type, RetrievalParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infinispan.server.memcached.commands.TextCommand
acceptVisitor
 
Methods inherited from interface org.infinispan.server.memcached.Command
perform
 

Method Detail

getType

public CommandType getType()
Specified by:
getType in interface TextCommand

newRetrievalCommand

public static TextCommand newRetrievalCommand(Cache<String,Value> cache,
                                              CommandType type,
                                              RetrievalParameters params)

Google Analytics

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