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.blocks Provides building blocks that are layered on top of channels. 
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.blocks
Command
          The Command patttern (see Gamma et al.).
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
 

Classes in org.jgroups.util used by org.jgroups.protocols
List
          Doubly-linked list.
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.pbcast
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
List
          Doubly-linked list.
Queue
          Elements are added at the tail and removed from the head.
RspList
          Contains responses from all members.
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
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.
List
          Doubly-linked list.
Queue
          Elements are added at the tail and removed from the head.
QueueClosedException
           
ReusableThread
          Reusable thread class.
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
TimeScheduler.Task
          The interface that submitted tasks must implement
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.