Methods in org.infinispan.server.memcached.commands with parameters of type ChannelHandlerContext |
Object |
AddCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
CasCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
VersionCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
SetCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
GetCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
IncrementCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
QuitCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
AppendCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
ReplaceCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
TextCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
DecrementCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
DeleteCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
PrependCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
StatsCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
Object |
FlushAllCommand.acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
|
void |
TextCommandHandler.messageReceived(ChannelHandlerContext ctx,
MessageEvent e)
|
Object |
VersionCommand.perform(ChannelHandlerContext ctx)
|
Object |
SetCommand.perform(ChannelHandlerContext ctx)
|
Object |
GetCommand.perform(ChannelHandlerContext ctx)
|
Object |
NumericCommand.perform(ChannelHandlerContext ctx)
|
Object |
QuitCommand.perform(ChannelHandlerContext ctx)
|
Object |
DeleteCommand.perform(ChannelHandlerContext ctx)
|
Object |
StatsCommand.perform(ChannelHandlerContext ctx)
|
Object |
FlushAllCommand.perform(ChannelHandlerContext ctx)
|
Methods in org.infinispan.server.memcached.interceptors with parameters of type ChannelHandlerContext |
protected Object |
AbstractVisitor.handleDefault(ChannelHandlerContext ctx,
TextCommand command)
|
protected Object |
TextCommandInterceptorImpl.handleDefault(ChannelHandlerContext ctx,
TextCommand command)
|
protected Object |
CallInterceptor.handleDefault(ChannelHandlerContext ctx,
TextCommand command)
|
Object |
TextProtocolInterceptorChain.invoke(ChannelHandlerContext ctx,
Command command)
|
Object |
TextCommandInterceptor.invokeNextInterceptor(ChannelHandlerContext ctx,
TextCommand command)
|
Object |
TextCommandInterceptorImpl.invokeNextInterceptor(ChannelHandlerContext ctx,
TextCommand command)
|
Object |
AbstractVisitor.visitAdd(ChannelHandlerContext ctx,
AddCommand command)
|
Object |
TextProtocolVisitor.visitAdd(ChannelHandlerContext ctx,
AddCommand command)
|
Object |
AbstractVisitor.visitAppend(ChannelHandlerContext ctx,
AppendCommand command)
|
Object |
TextProtocolVisitor.visitAppend(ChannelHandlerContext ctx,
AppendCommand command)
|
Object |
StatsInterceptor.visitCas(ChannelHandlerContext ctx,
CasCommand command)
|
Object |
AbstractVisitor.visitCas(ChannelHandlerContext ctx,
CasCommand command)
|
Object |
TextProtocolVisitor.visitCas(ChannelHandlerContext ctx,
CasCommand command)
|
Object |
StatsInterceptor.visitDecrement(ChannelHandlerContext ctx,
DecrementCommand command)
|
Object |
AbstractVisitor.visitDecrement(ChannelHandlerContext ctx,
DecrementCommand command)
|
Object |
TextProtocolVisitor.visitDecrement(ChannelHandlerContext ctx,
DecrementCommand command)
|
Object |
AbstractVisitor.visitDelete(ChannelHandlerContext ctx,
DeleteCommand command)
|
Object |
TextProtocolVisitor.visitDelete(ChannelHandlerContext ctx,
DeleteCommand command)
|
Object |
AbstractVisitor.visitFlushAll(ChannelHandlerContext ctx,
FlushAllCommand command)
|
Object |
TextProtocolVisitor.visitFlushAll(ChannelHandlerContext ctx,
FlushAllCommand command)
|
Object |
AbstractVisitor.visitGet(ChannelHandlerContext ctx,
GetCommand command)
|
Object |
TextProtocolVisitor.visitGet(ChannelHandlerContext ctx,
GetCommand command)
|
Object |
AbstractVisitor.visitGets(ChannelHandlerContext ctx,
GetsCommand command)
|
Object |
TextProtocolVisitor.visitGets(ChannelHandlerContext ctx,
GetsCommand command)
|
Object |
StatsInterceptor.visitIncrement(ChannelHandlerContext ctx,
IncrementCommand command)
|
Object |
AbstractVisitor.visitIncrement(ChannelHandlerContext ctx,
IncrementCommand command)
|
Object |
TextProtocolVisitor.visitIncrement(ChannelHandlerContext ctx,
IncrementCommand command)
|
Object |
AbstractVisitor.visitPrepend(ChannelHandlerContext ctx,
PrependCommand command)
|
Object |
TextProtocolVisitor.visitPrepend(ChannelHandlerContext ctx,
PrependCommand command)
|
Object |
AbstractVisitor.visitQuit(ChannelHandlerContext ctx,
QuitCommand command)
|
Object |
TextProtocolVisitor.visitQuit(ChannelHandlerContext ctx,
QuitCommand command)
|
Object |
AbstractVisitor.visitReplace(ChannelHandlerContext ctx,
ReplaceCommand command)
|
Object |
TextProtocolVisitor.visitReplace(ChannelHandlerContext ctx,
ReplaceCommand command)
|
Object |
AbstractVisitor.visitSet(ChannelHandlerContext ctx,
SetCommand command)
|
Object |
TextProtocolVisitor.visitSet(ChannelHandlerContext ctx,
SetCommand command)
|
Object |
AbstractVisitor.visitStats(ChannelHandlerContext ctx,
StatsCommand command)
|
Object |
TextProtocolVisitor.visitStats(ChannelHandlerContext ctx,
StatsCommand command)
|
Object |
AbstractVisitor.visitVersion(ChannelHandlerContext ctx,
VersionCommand command)
|
Object |
TextProtocolVisitor.visitVersion(ChannelHandlerContext ctx,
VersionCommand command)
|