クラス RQReplyMessage
java.lang.Object
org.piax.gtrans.ov.ring.ResponseMessage
org.piax.gtrans.ov.ring.ReplyMessage
org.piax.gtrans.ov.ring.rq.RQReplyMessage
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
ChordSharpReplyMessage
public class RQReplyMessage extends ReplyMessage
a class representing a reply message against
RQMessage,
containing range query results.- 関連項目:
- 直列化された形式
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected inthopsprotected booleanisFinalis final reply?protected Collection<MessagePath>pathsprotected PeerIdsenderIdprotected Collection<DKRangeRValue<?>>vals -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 RQReplyMessage(RingManager<?> manager, RQMessage req, Collection<DKRangeRValue<?>> vals, boolean isFinal, Collection<MessagePath> paths, int hops, List<DdllKey> unavailableKeys)constructor. -
メソッドの概要
-
フィールド詳細
-
コンストラクタの詳細
-
RQReplyMessage
public RQReplyMessage(RingManager<?> manager, RQMessage req, Collection<DKRangeRValue<?>> vals, boolean isFinal, Collection<MessagePath> paths, int hops, List<DdllKey> unavailableKeys)constructor.- パラメータ:
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.
-
-
メソッドの詳細