org.infinispan.server.memcached.commands
Class SetCommand
java.lang.Object
org.infinispan.server.memcached.commands.StorageCommand
org.infinispan.server.memcached.commands.SetCommand
- All Implemented Interfaces:
- Command, TextCommand
- Direct Known Subclasses:
- AddCommand, AppendCommand, CasCommand, ReplaceCommand
public class SetCommand
- extends StorageCommand
SetCommand.
- 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 Exception
- Throws:
Exception
put
protected Reply put(String key,
int flags,
byte[] data)
put
protected Reply put(String key,
int flags,
byte[] data,
long expiry)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.