Uses of Package
edu.rit.pj.cluster

Packages that use edu.rit.pj.cluster
Package
Description
The Cluster package contains the Parallel Java cluster middleware and the main program for the PJ Job Scheduler Daemon process for a parallel computer.
  • Class
    Description
    Class BackendFileInputStream provides an object in a job backend process that reads a sequential file in the job frontend process.
    Class BackendFileOutputStream provides an object in a job backend process that writes a sequential file in the job frontend process.
    Class BackendFileReader provides an object that reads sequential files in the job backend process.
    Class BackendFileWriter provides an object that writes sequential files in the job backend process.
    Class BackendInfo provides a record of information about one backend node in the PJ cluster middleware.
    The state of a backend node.
    Class JobBackend is the main program for a job backend process in the PJ cluster middleware.
    Class JobBackendMessage provides a message sent to a Job Backend process (interface JobBackendRef) in the PJ cluster middleware.
    Interface JobBackendRef specifies the interface for the PJ job backend process.
    Class JobFrontend provides the message handler for the PJ job frontend process.
    Class JobFrontendMessage provides a message sent to a Job Frontend process (interface JobFrontendRef) in the PJ cluster middleware.
    Interface JobFrontendRef specifies the interface for the PJ job frontend process.
    Class JobInfo provides a record of information about one job in a parallel computer in the PJ cluster middleware.
    The state of a job.
    Class JobSchedulerMessage provides a message sent to a Job Scheduler process (interface JobSchedulerRef) in the PJ cluster middleware.
    Interface JobSchedulerRef specifies the interface for the PJ Job Scheduler Daemon process.
    Class Message is the abstract base class for a message sent to a process in the PJ cluster middleware.
    The state of a job backend process.
    Class Proxy is the abstract base class for a proxy object for sending messages to a PJ process.
    Class ResourceCache provides a cache of resources, indexed by resource name.