Uses of Class
org.jgroups.protocols.Executing.Type
-
Packages that use Executing.Type Package Description 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 Modifier and Type Field Description protected Executing.Type
Executing.Request. type
Methods in org.jgroups.protocols that return Executing.Type Modifier and Type Method 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.Methods in org.jgroups.protocols with parameters of type Executing.Type Modifier and Type Method 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)
Constructors in org.jgroups.protocols with parameters of type Executing.Type Constructor Description Request(Executing.Type type, java.lang.Object object, long request)
RequestWithThread(Executing.Type type, java.lang.Object object, long request, long threadId)
-