public class RQReplyMessage extends ReplyMessage
RQMessage,
containing range query results.| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
hops |
protected boolean |
isFinal
is final reply?
|
protected Collection<MessagePath> |
paths |
protected PeerId |
senderId |
protected Collection<DKRangeRValue<?>> |
vals |
ackId, replyIdunavailableKeys| コンストラクタと説明 |
|---|
RQReplyMessage(RingManager<?> manager,
RQMessage req,
Collection<DKRangeRValue<?>> vals,
boolean isFinal,
Collection<MessagePath> paths,
int hops,
List<DdllKey> unavailableKeys)
constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
toString() |
getSender, replyunavailableKeysprotected final PeerId senderId
protected final Collection<DKRangeRValue<?>> vals
protected final boolean isFinal
protected final Collection<MessagePath> paths
protected final int hops
public RQReplyMessage(RingManager<?> manager, RQMessage req, Collection<DKRangeRValue<?>> vals, boolean isFinal, Collection<MessagePath> paths, int hops, List<DdllKey> unavailableKeys)
manager - ring managerreq - the RQMessage that this reply corresponds to.vals - return valuesisFinal - true if this reply message is the final message and no
more reply message will be sentpaths - message delivery pathshops - max hop count observed by this node (maybe)unavailableKeys - unavailable keys.Copyright © 2017. All rights reserved.