Uses of Class
org.jgroups.util.ProcessingQueue
Packages that use ProcessingQueue
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 ProcessingQueueModifier and TypeFieldDescriptionprotected final ProcessingQueue<FD_SOCK2.Request> FD_SOCK2.req_handler -
Uses of ProcessingQueue in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as ProcessingQueueModifier and TypeFieldDescriptionprotected final ProcessingQueue<Address> STATE_TRANSFER.state_requestersList of members requesting stateprotected final ProcessingQueue<Address> StreamingStateTransfer.state_requestersList of members requesting state. -
Uses of ProcessingQueue in org.jgroups.util
Methods in org.jgroups.util that return ProcessingQueue