com.hazelcast.ascii.memcache
Class GetCommand
java.lang.Object
com.hazelcast.ascii.AbstractTextCommand
com.hazelcast.ascii.memcache.GetCommand
- All Implemented Interfaces:
- TextCommand, SocketReadable, SocketWritable
- Direct Known Subclasses:
- PartialGetCommand
public class GetCommand
- extends AbstractTextCommand
GetCommand
public GetCommand(TextCommandConstants.TextCommandType type,
String key)
GetCommand
public GetCommand(String key)
getKey
public String getKey()
readFrom
public boolean readFrom(ByteBuffer cb)
setValue
public void setValue(MemcacheEntry entry,
boolean singleGet)
writeTo
public boolean writeTo(ByteBuffer bb)
- Description copied from interface:
SocketWritable
- Asks the SocketWritable to write its content to the destination ByteBuffer.
- Parameters:
bb
- the ByteBuffer to write to.
- Returns:
- todo: unclear what return value means.
toString
public String toString()
- Overrides:
toString
in class AbstractTextCommand
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.