Uses of Class
org.jgroups.util.Owner
-
Packages that use Owner Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Owner in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Owner Modifier and Type Field Description protected Owner
COUNTER.SimpleRequest. owner
Fields in org.jgroups.protocols with type parameters of type Owner Modifier and Type Field Description protected java.util.Map<Owner,org.jgroups.protocols.COUNTER.RequestCompletableFuture<?>>
COUNTER. pending_requests
Methods in org.jgroups.protocols that return Owner Modifier and Type Method Description protected Owner
COUNTER. getOwner()
Methods in org.jgroups.protocols with parameters of type Owner Modifier and Type Method Description protected void
COUNTER. sendCounterNotFoundExceptionResponse(Address dest, Owner owner, java.lang.String counter_name)
Constructors in org.jgroups.protocols with parameters of type Owner Constructor Description AddAndGetRequest(Owner owner, java.lang.String name, long value)
CompareAndSetRequest(Owner owner, java.lang.String name, long expected, long update)
DeleteRequest(Owner owner, java.lang.String name)
ExceptionResponse(Owner owner, java.lang.String error_message)
SetRequest(Owner owner, java.lang.String name, long value)
SimpleRequest(Owner owner, java.lang.String name)
ValueResponse(Owner owner, long result, long version)
-
Uses of Owner in org.jgroups.util
Methods in org.jgroups.util with parameters of type Owner Modifier and Type Method Description int
Owner. compareTo(Owner o)
-