org.infinispan.server.memcached.commands
Class StatsCommand
java.lang.Object
org.infinispan.server.memcached.commands.StatsCommand
- All Implemented Interfaces:
- Command, TextCommand
public class StatsCommand
- extends Object
- implements TextCommand
StatsCommand.
- 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 |
getType
public CommandType getType()
- Specified by:
getType
in interface TextCommand
acceptVisitor
public Object acceptVisitor(ChannelHandlerContext ctx,
TextProtocolVisitor next)
throws Throwable
- Specified by:
acceptVisitor
in interface TextCommand
- Throws:
Throwable
perform
public Object perform(ChannelHandlerContext ctx)
throws Throwable
- Specified by:
perform
in interface Command
- Throws:
Throwable
newStatsCommand
public static TextCommand newStatsCommand(Cache cache,
CommandType type,
InterceptorChain chain)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.