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.protocols.rules | |
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 |
---|---|
protected Map<Owner,Tuple<COUNTER.Request,Promise>> |
COUNTER.pending_requests |
protected BoundedList<Tuple<Address,Long>> |
FD_ALL.suspect_history |
protected BoundedList<Tuple<Address,Long>> |
FD_ALL2.suspect_history |
protected BoundedList<Tuple<InetAddress,Long>> |
FD_HOST.suspect_history |
Modifier and Type | Method and Description |
---|---|
protected void |
UNICAST3.handleBatchReceived(UNICAST3.ReceiverEntry entry,
Address sender,
List<Tuple<Long,Message>> msgs,
boolean oob) |
protected String |
UNICAST3.printMessageList(List<Tuple<Long,Message>> list) |
Modifier and Type | Method and Description |
---|---|
static Tuple<View,Digest> |
GMS._readViewAndDigest(byte[] buffer,
int offset,
int length) |
protected abstract Tuple<InputStream,Object> |
StreamingStateTransfer.createStreamToProvider(Address provider,
StreamingStateTransfer.StateHeader hdr)
Creates an InputStream to the state provider to read the state.
|
protected Tuple<InputStream,Object> |
STATE.createStreamToProvider(Address provider,
StreamingStateTransfer.StateHeader hdr) |
protected Tuple<InputStream,Object> |
STATE_SOCK.createStreamToProvider(Address provider,
StreamingStateTransfer.StateHeader hdr) |
Tuple<View,Digest> |
GMS.getViewAndDigest()
Returns the current view and digest.
|
protected Tuple<Collection<? extends Address>,Digest> |
FLUSH.readParticipantsAndDigest(byte[] buffer,
int offset,
int length) |
protected Tuple<View,Digest> |
GMS.readViewAndDigest(byte[] buffer,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
protected void |
NAKACK2.handleMessages(Address dest,
Address sender,
List<Tuple<Long,Message>> msgs,
boolean oob,
AsciiString cluster_name) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Tuple<Rule,Future<?>>> |
SUPERVISOR.rules |
Modifier and Type | Field and Description |
---|---|
protected static ConcurrentMap<String,Tuple<TP,ProtocolStack.RefCounter>> |
ProtocolStack.singleton_transports
Holds the shared transports, keyed by 'TP.singleton_name'.
|
Modifier and Type | Method and Description |
---|---|
static ConcurrentMap<String,Tuple<TP,ProtocolStack.RefCounter>> |
ProtocolStack.getSingletonTransports() |
Modifier and Type | Method and Description |
---|---|
List<Tuple<Address,Long>> |
CreditMap.getMembersWithCreditsLessThan(long min_credits) |
Modifier and Type | Method and Description |
---|---|
boolean |
Table.add(List<Tuple<Long,T>> list)
Adds elements from list to the table
|
boolean |
Table.add(List<Tuple<Long,T>> list,
boolean remove_added_elements)
Adds elements from list to the table, removes elements from list that were not added to the table
|
boolean |
Table.add(List<Tuple<Long,T>> list,
boolean remove_added_elements,
T const_value)
Adds elements from the list to the table
|
protected long |
Table.findHighestSeqno(List<Tuple<Long,T>> list) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.