|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Executing.Type | |
|---|---|
| org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
| Uses of Executing.Type in org.jgroups.protocols |
|---|
| Fields in org.jgroups.protocols declared as Executing.Type | |
|---|---|
protected Executing.Type |
Executing.Request.type
|
| Methods in org.jgroups.protocols that return Executing.Type | |
|---|---|
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. |
| Methods in org.jgroups.protocols with parameters of type Executing.Type | |
|---|---|
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)
|
| Constructors in org.jgroups.protocols with parameters of type Executing.Type | |
|---|---|
Executing.Request(Executing.Type type,
java.lang.Object object,
long request)
|
|
Executing.RequestWithThread(Executing.Type type,
java.lang.Object object,
long request,
long threadId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||