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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RSVP.Entry.block(long timeout) |
Modifier and Type | Method and Description |
---|---|
protected T |
Promise._getResultWithTimeout(long timeout)
Blocks until a result is available, or timeout milliseconds have elapsed.
|
T |
Promise.getResultWithTimeout(long timeout)
Blocks until a result is available, or timeout milliseconds have elapsed
|
T |
Promise.getResultWithTimeout(long timeout,
boolean reset) |
java.lang.Object |
Queue.peek(long timeout)
returns the first object on the queue, without removing it.
|
java.lang.Object |
Queue.remove(long timeout)
Removes 1 element from the head.
|
java.lang.Object |
Queue.removeWait(long timeout) |
boolean |
AckCollector.waitForAllAcks(long timeout) |
static void |
Util.waitUntilAllChannelsHaveSameView(long timeout,
long interval,
Channel... channels)
Blocks until all channels have the same view
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.