| 程序包 | 说明 |
|---|---|
| com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
COUNTER.AddAndGetRequest |
protected static class |
COUNTER.CompareAndSetRequest |
protected static class |
COUNTER.DeleteRequest |
protected static class |
COUNTER.GetOrCreateRequest |
protected static class |
COUNTER.ReconcileRequest |
protected static class |
COUNTER.ResendPendingRequests |
protected static class |
COUNTER.SetRequest |
protected static class |
COUNTER.SimpleRequest |
protected static class |
COUNTER.UpdateRequest |
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.util.Map<Owner,Tuple<COUNTER.Request,Promise>> |
COUNTER.pending_requests |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static COUNTER.Request |
COUNTER.createRequest(COUNTER.RequestType type) |
protected static COUNTER.Request |
COUNTER.requestFromBuffer(byte[] buf,
int offset,
int length) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
COUNTER.handleRequest(COUNTER.Request req,
Address sender) |
protected static Buffer |
COUNTER.requestToBuffer(COUNTER.Request req) |
protected static COUNTER.RequestType |
COUNTER.requestToRequestType(COUNTER.Request req) |
protected void |
COUNTER.sendRequest(Address dest,
COUNTER.Request req) |