com.hazelcast.ascii.memcache
Class StatsCommandProcessor

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommandProcessor<T>
      extended by com.hazelcast.ascii.memcache.MemcacheCommandProcessor<StatsCommand>
          extended by com.hazelcast.ascii.memcache.StatsCommandProcessor
All Implemented Interfaces:
TextCommandProcessor<StatsCommand>

public class StatsCommandProcessor
extends MemcacheCommandProcessor<StatsCommand>


Field Summary
 
Fields inherited from class com.hazelcast.ascii.memcache.MemcacheCommandProcessor
DEFAULT_MAP_NAME, MAP_NAME_PRECEDER
 
Fields inherited from class com.hazelcast.ascii.AbstractTextCommandProcessor
textCommandService
 
Constructor Summary
StatsCommandProcessor(TextCommandService textCommandService)
           
 
Method Summary
 void handle(StatsCommand command)
           
 void handleRejection(StatsCommand command)
           
 
Methods inherited from class com.hazelcast.ascii.memcache.MemcacheCommandProcessor
byteArrayToLong, concatenate, longToByteArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsCommandProcessor

public StatsCommandProcessor(TextCommandService textCommandService)
Method Detail

handle

public void handle(StatsCommand command)

handleRejection

public void handleRejection(StatsCommand command)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.