Package | Description |
---|---|
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 |
---|---|
Range |
NakAckHeader.getRange() |
Modifier and Type | Method and Description |
---|---|
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> |
Seqno.getMessagesToRetransmit() |
java.util.Collection<Range> |
SeqnoRange.getMessagesToRetransmit() |
Modifier and Type | Method and Description |
---|---|
int |
Range.compareTo(Range other) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.