Uses of Package
edu.rit.mp

Packages that use edu.rit.mp
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
The PJ package (Parallel Java) support shared memory, message passing and hybrid shared memory/message passing parallelization in pure Java.
The Cluster package contains the Parallel Java cluster middleware and the main program for the PJ Job Scheduler Daemon process for a parallel computer.
  • Classes in edu.rit.mp used by edu.rit.mp
    Class
    Description
    Class BooleanBuf is the abstract base class for a buffer of Boolean items sent or received using the Message Protocol (MP).
    Class Buf is the abstract base class for a buffer of items sent or received using the Message Protocol (MP).
    Class ByteBuf is the abstract base class for a buffer of byte items sent or received using the Message Protocol (MP).
    Class Channel provides a channel for sending and receiving messages in the Message Protocol (MP).
    Class ChannelGroup provides a group of Channels for sending and receiving messages in the Message Protocol (MP).
    Class CharacterBuf is the abstract base class for a buffer of character items sent or received using the Message Protocol (MP).
    Interface ConnectListener specifies the interface for an object that is notified whenever a Channel is connected in a ChannelGroup.
    Class DoubleBuf is the abstract base class for a buffer of double items sent or received using the Message Protocol (MP).
    Class FloatBuf is the abstract base class for a buffer of float items sent or received using the Message Protocol (MP).
    Class IntegerBuf is the abstract base class for a buffer of integer items sent or received using the Message Protocol (MP).
    Class IORequest encapsulates the state of a message being sent or received in the Message Protocol (MP).
    Class LongBuf is the abstract base class for a buffer of long items sent or received using the Message Protocol (MP).
    Class ObjectBuf is the abstract base class for a buffer of object items sent or received using the Message Protocol (MP).
    Class ShortBuf is the abstract base class for a buffer of short items sent or received using the Message Protocol (MP).
    Class Signed16BitIntegerBuf is the abstract base class for a buffer of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class Signed8BitIntegerBuf is the abstract base class for a buffer of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class Status provides the result of receiving a message in the Message Protocol (MP).
    Class Unsigned16BitIntegerBuf is the abstract base class for a buffer of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned8BitIntegerBuf is the abstract base class for a buffer of unsigned 8-bit integer items sent or received using the Message Protocol (MP).
  • Classes in edu.rit.mp used by edu.rit.mp.buf
    Class
    Description
    Class BooleanBuf is the abstract base class for a buffer of Boolean items sent or received using the Message Protocol (MP).
    Class Buf is the abstract base class for a buffer of items sent or received using the Message Protocol (MP).
    Class ByteBuf is the abstract base class for a buffer of byte items sent or received using the Message Protocol (MP).
    Class CharacterBuf is the abstract base class for a buffer of character items sent or received using the Message Protocol (MP).
    Class DoubleBuf is the abstract base class for a buffer of double items sent or received using the Message Protocol (MP).
    Class FloatBuf is the abstract base class for a buffer of float items sent or received using the Message Protocol (MP).
    Class IntegerBuf is the abstract base class for a buffer of integer items sent or received using the Message Protocol (MP).
    Class LongBuf is the abstract base class for a buffer of long items sent or received using the Message Protocol (MP).
    Class ObjectBuf is the abstract base class for a buffer of object items sent or received using the Message Protocol (MP).
    Class ShortBuf is the abstract base class for a buffer of short items sent or received using the Message Protocol (MP).
    Class Signed16BitIntegerBuf is the abstract base class for a buffer of signed 16-bit integer items sent or received using the Message Protocol (MP).
    Class Signed8BitIntegerBuf is the abstract base class for a buffer of signed 8-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned16BitIntegerBuf is the abstract base class for a buffer of unsigned 16-bit integer items sent or received using the Message Protocol (MP).
    Class Unsigned8BitIntegerBuf is the abstract base class for a buffer of unsigned 8-bit integer items sent or received using the Message Protocol (MP).
  • Classes in edu.rit.mp used by edu.rit.pj
    Class
    Description
    Class Buf is the abstract base class for a buffer of items sent or received using the Message Protocol (MP).
  • Classes in edu.rit.mp used by edu.rit.pj.cluster
    Class
    Description
    Class Buf is the abstract base class for a buffer of items sent or received using the Message Protocol (MP).
    Class Channel provides a channel for sending and receiving messages in the Message Protocol (MP).
    Class ChannelGroup provides a group of Channels for sending and receiving messages in the Message Protocol (MP).
    Class Status provides the result of receiving a message in the Message Protocol (MP).