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.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UNICAST3.handleBatchReceived(UNICAST3.ReceiverEntry entry,
Address sender,
List<LongTuple<Message>> msgs,
boolean oob) |
protected String |
UNICAST3.printMessageList(List<LongTuple<Message>> list) |
Modifier and Type | Method and Description |
---|---|
protected void |
NAKACK2.handleMessages(Address dest,
Address sender,
List<LongTuple<Message>> msgs,
boolean oob,
AsciiString cluster_name) |
Modifier and Type | Method and Description |
---|---|
boolean |
Table.add(List<LongTuple<T>> list)
Adds elements from list to the table
|
boolean |
Table.add(List<LongTuple<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<LongTuple<T>> list,
boolean remove_added_elements,
T const_value)
Adds elements from the list to the table
|
protected long |
Table.findHighestSeqno(List<LongTuple<T>> list) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.