Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Field and Description |
---|---|
protected Executing.Type |
Executing.Request.type |
Modifier and Type | Method and Description |
---|---|
static Executing.Type |
Executing.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Executing.Type[] |
Executing.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 void |
CENTRAL_EXECUTOR.sendToCoordinator(Executing.Type type,
long requestId,
Address value) |
protected abstract void |
Executing.sendToCoordinator(Executing.Type type,
long requestId,
Address address) |
protected void |
CENTRAL_EXECUTOR.updateBackups(Executing.Type type,
Executing.Owner obj) |
Constructor and Description |
---|
Request(Executing.Type type,
java.lang.Object object,
long request) |
RequestWithThread(Executing.Type type,
java.lang.Object object,
long request,
long threadId) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.