| パッケージ | 説明 |
|---|---|
| org.piax.gtrans.ov.sg |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
RQMessage.execute(SkipGraph<E> sg) |
abstract void |
SGMessagingFramework.SGRequestMessage.execute(SkipGraph<E> sg)
this method is called when this message is received at the receiver
node.
|
boolean |
RQMessage.onReceivingReply(SkipGraph<E> sg,
SGMessagingFramework.SGReplyMessage<E> reply0) |
abstract boolean |
SGMessagingFramework.SGRequestMessage.onReceivingReply(SkipGraph<E> sg,
SGMessagingFramework.SGReplyMessage<E> reply)
this method is called when a reply message is received at the sender
node.
|
void |
RQMessage.onTimeOut(SkipGraph<E> sg) |
abstract void |
SGMessagingFramework.SGRequestMessage.onTimeOut(SkipGraph<E> sg)
this method is called when the ack for this message is timed out.
|
| コンストラクタと説明 |
|---|
RQReplyMessage(SkipGraph<E> sg,
RQMessage<E> replyTo,
Collection<DdllKeyRange<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.
|
Copyright © 2017. All rights reserved.