クラスの使用
org.piax.gtrans.ov.sg.SkipGraph
| パッケージ | 説明 |
|---|---|
| org.piax.gtrans.ov.sg |
-
org.piax.gtrans.ov.sgでのSkipGraphの使用
SkipGraph型のパラメータを持つorg.piax.gtrans.ov.sgのメソッド 修飾子とタイプ メソッド 説明 voidRQMessage. execute(SkipGraph<E> sg)abstract voidSGMessagingFramework.SGRequestMessage. execute(SkipGraph<E> sg)this method is called when this message is received at the receiver node.booleanRQMessage. onReceivingReply(SkipGraph<E> sg, SGMessagingFramework.SGReplyMessage<E> reply0)abstract booleanSGMessagingFramework.SGRequestMessage. onReceivingReply(SkipGraph<E> sg, SGMessagingFramework.SGReplyMessage<E> reply)this method is called when a reply message is received at the sender node.voidRQMessage. onTimeOut(SkipGraph<E> sg)abstract voidSGMessagingFramework.SGRequestMessage. onTimeOut(SkipGraph<E> sg)this method is called when the ack for this message is timed out.SkipGraph型のパラメータを持つorg.piax.gtrans.ov.sgのコンストラクタ コンストラクタ 説明 RQReplyMessage(SkipGraph<E> sg, RQMessage<E> replyTo, Collection<DdllKeyRangeWithData<RemoteValue<?>>> vals, boolean isFinal, int hops)constructor.SGMessagingFramework(SkipGraph<E> sg)SGNode(SkipGraph<E> sg, MembershipVector mv, Comparable<?> rawkey)create a SGNode instance.SGReplyMessage(SkipGraph<E> sg, SGMessagingFramework.SGRequestMessage<E> received)compose a reply message against the specified SGRequestMessage.