Uses of Interface
org.jgroups.protocols.TP.Bundler

Packages that use TP.Bundler
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of TP.Bundler in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement TP.Bundler
protected  class TP.DefaultBundler
          The sender's thread adds a message to the hashmap and - if the accumulated size has been exceeded - sends all bundled messages.
protected  class TP.DefaultBundler2
          Similarly to DefaultBundler, this bundler type uses the sender's thread to send accumulated messages.
protected  class TP.TransferQueueBundler
          Uses a queue to transfer messages between the sender's thread and a single bundler thread.
protected  class TP.TransferQueueBundler2
          Similarly to DefaultBundler2, this bundler accumulates messages until max size or time have been exceeded, but does send individual messages immediately when no other messages are available.
 

Fields in org.jgroups.protocols declared as TP.Bundler
protected  TP.Bundler TP.bundler
           
 



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