Package | Description |
---|---|
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.stack |
Support for managing protocol stacks.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
PingData |
PingHeader.data |
Modifier and Type | Method and Description |
---|---|
protected PingData |
Discovery.deserialize(byte[] data) |
protected static PingData |
FILE_PING.readFile(File file) |
Modifier and Type | Method and Description |
---|---|
protected List<PingData> |
MERGE2.FindSubgroupsTask.findAllViews()
Returns a list of PingData with only the view from members around the cluster
|
List<PingData> |
Discovery.findAllViews(Promise<JoinRsp> promise) |
List<PingData> |
Discovery.findInitialMembers(Promise<JoinRsp> promise)
Finds initial members
|
protected List<PingData> |
Discovery.findMembers(Promise<JoinRsp> promise,
int num_expected_rsps,
boolean break_on_coord,
ViewId view_id) |
List<PingData> |
Discovery.Responses.get(long timeout) |
protected List<PingData> |
JDBC_PING.readAll(Connection connection,
String clustername) |
protected List<PingData> |
S3_PING.readAll(String clustername) |
protected List<PingData> |
JDBC_PING.readAll(String clustername) |
protected List<PingData> |
FILE_PING.readAll(String clustername)
Reads all information from the given directory under clustername
|
Modifier and Type | Method and Description |
---|---|
void |
Discovery.Responses.addResponse(PingData rsp) |
void |
Discovery.Responses.addResponse(PingData rsp,
boolean overwrite) |
protected void |
JDBC_PING.insert(Connection connection,
PingData data,
String clustername,
String address) |
protected byte[] |
Discovery.serializeWithoutView(PingData data)
Creates a byte[] representation of the PingData, but DISCARDING the view it contains.
|
protected void |
S3_PING.writeToFile(PingData data,
String clustername) |
protected void |
JDBC_PING.writeToFile(PingData data,
String clustername) |
protected void |
FILE_PING.writeToFile(PingData data,
String clustername) |
Modifier and Type | Method and Description |
---|---|
Map<Address,View> |
MERGE2.FindSubgroupsTask.getViews(List<PingData> initial_mbrs) |
Constructor and Description |
---|
PingHeader(byte type,
PingData data) |
PingHeader(byte type,
PingData data,
String cluster_name) |
Modifier and Type | Method and Description |
---|---|
protected static String |
ClientGmsImpl.print(List<PingData> rsps) |
Modifier and Type | Method and Description |
---|---|
List<PingData> |
RouterStub.getMembers(String group) |
Modifier and Type | Method and Description |
---|---|
static String |
Util.printPingData(List<PingData> rsps) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.