Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected ViewId |
View.vid |
Modifier and Type | Method and Description |
---|---|
ViewId |
ViewId.copy()
Old Copy method, deprecated because it is substituted by clone()
|
ViewId |
View.getVid()
returns the view ID of this view
if this view was created with the empty constructur, null will be returned
|
ViewId |
View.getViewId() |
Constructor and Description |
---|
MergeView(ViewId vid,
Vector<Address> members,
Vector<View> subgroups)
Creates a new view
|
View(ViewId vid,
Collection<Address> members) |
View(ViewId vid,
Vector<Address> members)
Creates a new view
|
Modifier and Type | Field and Description |
---|---|
ViewId |
PingHeader.view_id |
protected ViewId |
PingData.view_id |
Modifier and Type | Method and Description |
---|---|
ViewId |
PingData.getViewId() |
ViewId |
Discovery.getViewId() |
Modifier and Type | Method and Description |
---|---|
protected List<PingData> |
Discovery.findMembers(Promise<JoinRsp> promise,
int num_expected_rsps,
boolean break_on_coord,
ViewId view_id) |
void |
PING.sendGetMembersRequest(String cluster_name,
Promise promise,
ViewId view_id) |
void |
TCPGOSSIP.sendGetMembersRequest(String cluster_name,
Promise promise,
ViewId view_id) |
void |
TCPPING.sendGetMembersRequest(String cluster_name,
Promise promise,
ViewId view_id) |
void |
FILE_PING.sendGetMembersRequest(String cluster_name,
Promise promise,
ViewId view_id) |
abstract void |
Discovery.sendGetMembersRequest(String cluster_name,
Promise promise,
ViewId view_id) |
void |
PingData.setViewId(ViewId view_id) |
void |
Discovery.PingSenderTask.start(String cluster_name,
Promise promise,
ViewId view_id) |
Constructor and Description |
---|
PingData(Address own_addr,
View view,
ViewId view_id,
boolean is_server,
String logical_name,
Collection<PhysicalAddress> physical_addrs) |
Modifier and Type | Field and Description |
---|---|
protected ViewId |
GMS.view_id |
Modifier and Type | Method and Description |
---|---|
static View |
GMS.makeView(Vector<Address> mbrs,
ViewId vid) |
Modifier and Type | Method and Description |
---|---|
static ViewId |
Util.readViewId(DataInputStream in) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Util.containsViewId(Collection<View> views,
ViewId vid) |
static boolean |
Util.sameViewId(ViewId one,
ViewId two) |
static int |
Util.size(ViewId vid) |
static void |
Util.writeViewId(ViewId vid,
DataOutputStream out) |
Constructor and Description |
---|
AckCollector(ViewId v,
List<Object> l) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.