パッケージ org.piax.gtrans.ov.sg
クラス RQMessage.RQReplyMessage<E extends Endpoint>
java.lang.Object
org.piax.gtrans.ov.sg.SGMessagingFramework.SGReplyMessage<E>
org.piax.gtrans.ov.sg.RQMessage.RQReplyMessage<E>
- すべての実装されたインタフェース:
Serializable
public static class RQMessage.RQReplyMessage<E extends Endpoint> extends SGMessagingFramework.SGReplyMessage<E>
a class representing a reply message against
RQMessage,
containing range query results.- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 RQReplyMessage(SkipGraph<E> sg, RQMessage<E> replyTo, Collection<DdllKeyRangeWithData<RemoteValue<?>>> vals, boolean isFinal, int hops)constructor. -
メソッドの概要
-
コンストラクタの詳細
-
RQReplyMessage
public RQReplyMessage(SkipGraph<E> sg, RQMessage<E> replyTo, Collection<DdllKeyRangeWithData<RemoteValue<?>>> vals, boolean isFinal, int hops)constructor.- パラメータ:
sg- skip graphreplyTo- the RQMessage for which the reply message is createdvals- return valuesisFinal- true if this reply message is the final message and no more reply message will be senthops- max hop count observed by this node (maybe)
-