com.hazelcast.ascii.memcache
Class GetCommandProcessor

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

public class GetCommandProcessor
extends MemcacheCommandProcessor<GetCommand>


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
GetCommandProcessor(TextCommandService textCommandService, boolean single)
           
 
Method Summary
 void handle(GetCommand getCommand)
           
 void handleRejection(GetCommand getCommand)
           
 
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

GetCommandProcessor

public GetCommandProcessor(TextCommandService textCommandService,
                           boolean single)
Method Detail

handle

public void handle(GetCommand getCommand)

handleRejection

public void handleRejection(GetCommand getCommand)


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