Uses of Package
org.jgroups.util

Packages that use org.jgroups.util
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.auth   
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.demos Provides demonstrations of JGroups functionality. 
org.jgroups.mux   
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
org.jgroups.stack Support for managing protocol stacks. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Classes in org.jgroups.util used by org.jgroups
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
 

Classes in org.jgroups.util used by org.jgroups.auth
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
 

Classes in org.jgroups.util used by org.jgroups.blocks
Command
          The Command patttern (see Gamma et al.).
PortsManager
          Maintains a list of ports used on this host, associated with time stamps.
Promise
          Allows a thread to submit an asynchronous request and to wait for the result.
RspList
          Contains responses from all members.
Scheduler
          Implementation of a priority scheduler.
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
ThreadFactory
           
 

Classes in org.jgroups.util used by org.jgroups.demos
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
 

Classes in org.jgroups.util used by org.jgroups.mux
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
 

Classes in org.jgroups.util used by org.jgroups.protocols
PortsManager
          Maintains a list of ports used on this host, associated with time stamps.
Promise
          Allows a thread to submit an asynchronous request and to wait for the result.
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
ThreadNamingPattern
           
TimeScheduler
          Fixed-delay & fixed-rate single thread scheduler

The scheduler supports varying scheduling intervals by asking the task every time for its next preferred scheduling interval.

 

Classes in org.jgroups.util used by org.jgroups.protocols.pbcast
Digest
          A message digest, which is used by the PBCAST layer for gossiping (also used by NAKACK for keeping track of current seqnos for all members).
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
 

Classes in org.jgroups.util used by org.jgroups.stack
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
ThreadFactory
           
ThreadNamingPattern
           
TimeScheduler
          Fixed-delay & fixed-rate single thread scheduler

The scheduler supports varying scheduling intervals by asking the task every time for its next preferred scheduling interval.

 

Classes in org.jgroups.util used by org.jgroups.util
Buffer
          Buffer with an offset and length.
ContextObjectInputStream
          ObjectInputStream which sets a contact classloader for reading bytes into objects.
Digest
          A message digest, which is used by the PBCAST layer for gossiping (also used by NAKACK for keeping track of current seqnos for all members).
Digest.Entry
          Class keeping track of the lowest and highest sequence numbers delivered, and the highest sequence numbers received, per member.
ExposedDataOutputStream
           
Queue
          Elements are added at the tail and removed from the head.
QueueClosedException
           
ReusableThread
          Reusable thread class.
Rsp
          class that represents a response from a communication
SchedulerListener
          Provides callback for use with a Scheduler.
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
ThreadFactory
           
TimeScheduler.Task
          The interface that submitted tasks must implement
 



Copyright © 1998-2008 Bela Ban. All Rights Reserved.