public class SetCommandProcessor extends MemcacheCommandProcessor<SetCommand>
TextCommandConstants.TextCommandType
DefaultMapName, MapNamePreceder
textCommandService
CLIENT_ERROR, DELETED, END, ERROR, FLAG_ZERO, MONTH_SECONDS, NOT_FOUND, NOT_STORED, RETURN, RETURN_END, SERVER_ERROR, SPACE, STORED, TOUCHED, VALUE_SPACE
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, longToByteArray
public SetCommandProcessor(TextCommandService textCommandService)
public void handle(SetCommand setCommand)
public void handleRejection(SetCommand request)
Copyright © 2014 Hazelcast, Inc.. All rights reserved.