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
A view is uniquely identified by its ViewID.
|
Modifier and Type | Method and Description |
---|---|
ViewId |
ViewId.copy() |
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() |
Modifier and Type | Method and Description |
---|---|
int |
ViewId.compareTo(ViewId other)
Establishes an order between 2 ViewIds.
|
int |
ViewId.compareToIDs(ViewId other)
Establishes an order between 2 ViewIds.
|
Constructor and Description |
---|
MergeView(ViewId vid,
List<Address> members,
List<View> subgroups)
Creates a new view
|
View(ViewId vid,
List<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 |
Discovery.sendDiscoveryRequest(String cluster_name,
Promise promise,
ViewId view_id) |
void |
PingData.setViewId(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 | Method and Description |
---|---|
ViewId |
GMS.getViewId() |
Modifier and Type | Method and Description |
---|---|
static ViewId |
Util.readViewId(DataInput in) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Util.containsViewId(Collection<View> views,
ViewId vid) |
static int |
Util.size(ViewId vid) |
static void |
Util.writeViewId(ViewId vid,
DataOutput out) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.