Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected Map<Owner,Tuple<COUNTER.Request,Promise>> |
COUNTER.pending_requests |
Modifier and Type | Method and Description |
---|---|
protected static COUNTER.Request |
COUNTER.createRequest(COUNTER.RequestType type) |
protected static COUNTER.Request |
COUNTER.requestFromBuffer(byte[] buf,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.