org.infinispan.server.memcached.commands
Class PrependCommand

java.lang.Object
  extended by org.infinispan.server.memcached.commands.StorageCommand
      extended by org.infinispan.server.memcached.commands.SetCommand
          extended by org.infinispan.server.memcached.commands.AppendCommand
              extended by org.infinispan.server.memcached.commands.PrependCommand
All Implemented Interfaces:
Command, TextCommand

public class PrependCommand
extends AppendCommand

PrependCommand.

Since:
4.1
Author:
Galder ZamarreƱo

Method Summary
 Object acceptVisitor(ChannelHandlerContext ctx, TextProtocolVisitor next)
           
protected  byte[] concat(byte[] current, byte[] prepend)
           
 
Methods inherited from class org.infinispan.server.memcached.commands.AppendCommand
put, put
 
Methods inherited from class org.infinispan.server.memcached.commands.SetCommand
perform
 
Methods inherited from class org.infinispan.server.memcached.commands.StorageCommand
getParams, getType, newStorageCommand, setData
 
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
Specified by:
acceptVisitor in interface TextCommand
Overrides:
acceptVisitor in class AppendCommand
Throws:
Throwable

concat

protected byte[] concat(byte[] current,
                        byte[] prepend)
Overrides:
concat in class AppendCommand

Google Analytics

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