Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.blocks.cs |
This package contains all client-server related interfaces and classes
|
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 | Class and Description |
---|---|
class |
GroupRequest<T>
Sends a message to all members of the group and waits for all responses (or timeout).
|
class |
Request
Abstract class for a unicast or multicast request
|
class |
UnicastRequest<T>
Sends a request to a single target destination
|
Modifier and Type | Class and Description |
---|---|
protected class |
NioConnection.Reader |
Modifier and Type | Class and Description |
---|---|
protected class |
MERGE2.FindSubgroupsTask
Deprecated.
Task periodically executing (if role is coordinator).
|
Modifier and Type | Class and Description |
---|---|
class |
Promise<T>
Allows a thread to submit an asynchronous request and to wait for the result.
|
class |
ResponseCollector<T>
Similar to AckCollector, but collects responses from cluster members, not just acks.
|
class |
ResponseCollectorTask<T>
Task which is seeded with an initial membership.
|
class |
Responses
Manages responses for the discovery protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
CondVar.waitFor(Condition condition)
Blocks until condition is true.
|
boolean |
CondVar.waitFor(Condition condition,
long timeout,
java.util.concurrent.TimeUnit unit)
Blocks until condition is true or the time elapsed
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.