org.infinispan.server.memcached.commands
Class GetCommand
java.lang.Object
org.infinispan.server.memcached.commands.RetrievalCommand
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.