Uses of Class
org.jgroups.util.Range

Packages that use Range
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of Range in org.jgroups.protocols.pbcast
 

Methods in org.jgroups.protocols.pbcast that return Range
 Range NakAckHeader.getRange()
           
 

Uses of Range in org.jgroups.util
 

Methods in org.jgroups.util that return types with arguments of type Range
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()
           
 

Methods in org.jgroups.util with parameters of type Range
 int Range.compareTo(Range other)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.