public class SetCommandProcessor extends MemcacheCommandProcessor<SetCommand>
DEFAULT_MAP_NAME, MAP_NAME_PRECEDERtextCommandService| Constructor and Description | 
|---|
SetCommandProcessor(TextCommandService textCommandService)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handle(SetCommand setCommand)
"set" means "store this data". 
 | 
void | 
handleRejection(SetCommand request)  | 
byteArrayToLong, concatenate, longToByteArraypublic SetCommandProcessor(TextCommandService textCommandService)
public void handle(SetCommand setCommand)
public void handleRejection(SetCommand request)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.