public class DeleteCommand extends AbstractTextCommand
type| Constructor and Description | 
|---|
DeleteCommand(String key,
             int expiration,
             boolean noreply)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getExpiration()  | 
String | 
getKey()  | 
boolean | 
readFrom(ByteBuffer cb)  | 
void | 
setResponse(byte[] value)  | 
boolean | 
shouldReply()  | 
String | 
toString()  | 
boolean | 
writeTo(ByteBuffer bb)
Asks the SocketWritable to write its content to the destination ByteBuffer. 
 | 
getRequestId, getSocketTextReader, getSocketTextWriter, getType, init, isUrgentpublic DeleteCommand(String key, int expiration, boolean noreply)
public boolean readFrom(ByteBuffer cb)
public void setResponse(byte[] value)
public boolean writeTo(ByteBuffer bb)
SocketWritablebb - the ByteBuffer to write to.public boolean shouldReply()
shouldReply in interface TextCommandshouldReply in class AbstractTextCommandpublic int getExpiration()
public String getKey()
public String toString()
toString in class AbstractTextCommandCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.