Uses of Interface
org.jgroups.stack.Retransmitter.RetransmitCommand

Packages that use Retransmitter.RetransmitCommand
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
org.jgroups.stack Support for managing protocol stacks. 
 

Uses of Retransmitter.RetransmitCommand in org.jgroups.protocols.pbcast
 

Classes in org.jgroups.protocols.pbcast that implement Retransmitter.RetransmitCommand
 class NAKACK
          Negative AcKnowledgement layer (NAKs).
 

Uses of Retransmitter.RetransmitCommand in org.jgroups.stack
 

Fields in org.jgroups.stack declared as Retransmitter.RetransmitCommand
protected  Retransmitter.RetransmitCommand Retransmitter.cmd
           
protected  Retransmitter.RetransmitCommand Retransmitter.Task.command
           
 

Constructors in org.jgroups.stack with parameters of type Retransmitter.RetransmitCommand
DefaultRetransmitter.SeqnoTask(long seqno, Interval intervals, Retransmitter.RetransmitCommand cmd, Address msg_sender)
           
DefaultRetransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched)
          Create a new Retransmitter associated with the given sender address
NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, TimeScheduler sched)
          Creates a new instance with the given retransmit command
NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, TimeScheduler sched, boolean use_range_based_retransmitter)
           
NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, TimeScheduler sched, boolean use_range_based_retransmitter, int num_rows, int msgs_per_row, double resize_factor, long max_compaction_time, boolean automatic_purging)
           
RangeBasedRetransmitter.RangeTask(Seqno range, Interval intervals, Retransmitter.RetransmitCommand cmd, Address msg_sender)
           
RangeBasedRetransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched)
          Create a new Retransmitter associated with the given sender address
Retransmitter.Task(Interval intervals, Retransmitter.RetransmitCommand cmd, Address msg_sender)
           
Retransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched)
          Create a new Retransmitter associated with the given sender address
 



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