com.hazelcast.ascii.memcache
Class DeleteCommandProcessor

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

public class DeleteCommandProcessor
extends MemcacheCommandProcessor<DeleteCommand>


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

DeleteCommandProcessor

public DeleteCommandProcessor(TextCommandService textCommandService)
Method Detail

handle

public void handle(DeleteCommand command)

handleRejection

public void handleRejection(DeleteCommand command)


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