|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Queue | |
| org.jgroups.stack | Support for managing protocol stacks. |
| org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
| Uses of Queue in org.jgroups.stack |
| Fields in org.jgroups.stack declared as Queue | |
protected Queue |
Protocol.up_queue
|
protected Queue |
Protocol.down_queue
|
| Methods in org.jgroups.stack that return Queue | |
Queue |
Protocol.getUpQueue()
|
Queue |
Protocol.getDownQueue()
|
| Uses of Queue in org.jgroups.util |
| Methods in org.jgroups.util with parameters of type Queue | |
static java.lang.String |
Util.dumpQueue(Queue q)
Debugging method used to dump the content of a protocol queue in a condensed form. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||