public class BulkGetCommand extends AbstractTextCommand
type
Modifier | Constructor and Description |
---|---|
protected |
BulkGetCommand(List<String> keys) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getKeys() |
boolean |
readFrom(ByteBuffer src) |
void |
setResult(Collection<MemcacheEntry> result) |
boolean |
writeTo(ByteBuffer dst) |
getReadHandler, getRequestId, getType, getWriteHandler, init, isUrgent, shouldReply, toString
public boolean readFrom(ByteBuffer src)
public boolean writeTo(ByteBuffer dst)
public void setResult(Collection<MemcacheEntry> result)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.