Uses of Class
org.jgroups.util.ProcessingQueue
-
Packages that use ProcessingQueue Package Description 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.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)
-