com.hazelcast.ascii.memcache
Class SimpleCommandProcessor

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

public class SimpleCommandProcessor
extends MemcacheCommandProcessor<SimpleCommand>


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
SimpleCommandProcessor(TextCommandService textCommandService)
           
 
Method Summary
 void handle(SimpleCommand command)
           
 void handleRejection(SimpleCommand 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

SimpleCommandProcessor

public SimpleCommandProcessor(TextCommandService textCommandService)
Method Detail

handle

public void handle(SimpleCommand command)

handleRejection

public void handleRejection(SimpleCommand command)


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