Uses of Class
org.jgroups.util.ProcessingQueue
-
Packages that use ProcessingQueue Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of ProcessingQueue in org.jgroups.protocols
Fields in org.jgroups.protocols declared as ProcessingQueue Modifier and Type Field Description protected ProcessingQueue<FD_SOCK2.Request>
FD_SOCK2. req_handler
-
Uses of ProcessingQueue in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as ProcessingQueue Modifier and Type Field Description protected ProcessingQueue<Address>
STATE_TRANSFER. state_requesters
List of members requesting stateprotected ProcessingQueue<Address>
StreamingStateTransfer. state_requesters
List of members requesting state. -
Uses of ProcessingQueue in org.jgroups.util
Methods in org.jgroups.util that return ProcessingQueue Modifier and Type Method Description ProcessingQueue<T>
ProcessingQueue. setHandler(ProcessingQueue.Handler<T> handler)
-