程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 字段和说明 |
---|---|
protected Executing.Type |
Executing.Request.type |
限定符和类型 | 方法和说明 |
---|---|
static Executing.Type |
Executing.Type.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Executing.Type[] |
Executing.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
Executing.sendRequest(Address dest,
Executing.Type type,
long requestId,
java.lang.Object object) |
protected void |
Executing.sendThreadRequest(Address dest,
long threadId,
Executing.Type type,
long requestId,
java.lang.Object object) |
protected abstract void |
Executing.sendToCoordinator(Executing.Type type,
long requestId,
Address address) |
protected void |
CENTRAL_EXECUTOR.sendToCoordinator(Executing.Type type,
long requestId,
Address value) |
protected void |
CENTRAL_EXECUTOR.updateBackups(Executing.Type type,
Executing.Owner obj) |
构造器和说明 |
---|
Executing.Request(Executing.Type type,
java.lang.Object object,
long request) |
Executing.RequestWithThread(Executing.Type type,
java.lang.Object object,
long request,
long threadId) |