org.infinispan.server.memcached.commands
Class RetrievalCommand
java.lang.Object
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
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.Command |
perform |
getType
public CommandType getType()
- Specified by:
getType
in interface TextCommand
newRetrievalCommand
public static TextCommand newRetrievalCommand(Cache<String,Value> cache,
CommandType type,
RetrievalParameters params)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.