程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
限定符和类型 | 方法和说明 |
---|---|
Range |
NakAckHeader.getRange() |
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<Range> |
Util.computeFragOffsets(byte[] buf,
int frag_size) |
static java.util.List<Range> |
Util.computeFragOffsets(int offset,
int length,
int frag_size)
Given a buffer and a fragmentation size, compute a list of fragmentation offset/length pairs, and
return them in a list.
|
java.util.Collection<Range> |
SeqnoRange.getBits(boolean value)
Returns ranges of all bit set to value
|
java.util.Collection<Range> |
SeqnoRange.getMessagesToRetransmit() |
java.util.Collection<Range> |
Seqno.getMessagesToRetransmit() |
限定符和类型 | 方法和说明 |
---|---|
int |
Range.compareTo(Range other) |