org.infinispan.server.memcached.commands
Class GetCommand

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

public class GetCommand
extends RetrievalCommand

GetCommand.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 Object acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
protected  StringBuilder constructValue(String key, Value value)
           
 Object perform(ChannelHandlerContext ctx)
           
 
Methods inherited from class org.infinispan.server.memcached.commands.RetrievalCommand
getType, newRetrievalCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

acceptVisitor

public Object acceptVisitor(ChannelHandlerContext ctx,
                            TextProtocolVisitor next)
                     throws Throwable
Throws:
Throwable

perform

public Object perform(ChannelHandlerContext ctx)
               throws Throwable
Throws:
Throwable

constructValue

protected StringBuilder constructValue(String key,
                                       Value value)

Google Analytics

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