| Package | Description |
|---|---|
| org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
| 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,
java.util.Vector<Address> members,
java.util.Vector<View> subgroups)
Creates a new view
|
View(ViewId vid,
java.util.Collection<Address> members) |
View(ViewId vid,
java.util.Vector<Address> members)
Creates a new view
|
| Modifier and Type | Field and Description |
|---|---|
protected ViewId |
GMS.view_id |
| Modifier and Type | Method and Description |
|---|---|
static View |
GMS.makeView(java.util.Vector<Address> mbrs,
ViewId vid) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Util.containsViewId(java.util.Collection<View> views,
ViewId vid) |
static boolean |
Util.sameViewId(ViewId one,
ViewId two) |
| Constructor and Description |
|---|
AckCollector(ViewId v,
java.util.List<java.lang.Object> l) |
Copyright ? 1998-2009 Bela Ban / Red Hat. All Rights Reserved.