Uses of Class
edu.rit.util.ByteSequence
Packages that use ByteSequence
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.
The Util package contains utilities that support the PJ API.
-
Uses of ByteSequence in edu.rit.pj.cluster
Methods in edu.rit.pj.cluster with parameters of type ByteSequenceModifier and TypeMethodDescriptionvoid
JobBackend.reportResource
(JobFrontendRef theJobFrontend, String resourceName, ByteSequence content) Report the content for a previously-requested resource.static JobBackendMessage
JobBackendMessage.reportResource
(JobFrontendRef theJobFrontend, String resourceName, ByteSequence content) Construct a new "report resource" message.void
JobBackendProxy.reportResource
(JobFrontendRef theJobFrontend, String resourceName, ByteSequence content) Report the content for a previously-requested resource.void
JobBackendRef.reportResource
(JobFrontendRef theJobFrontend, String resourceName, ByteSequence content) Report the content for a previously-requested resource. -
Uses of ByteSequence in edu.rit.util
Constructors in edu.rit.util with parameters of type ByteSequenceModifierConstructorDescriptionByteSequence
(ByteSequence theByteSequence) Construct a new byte sequence whose contents are a copy of the given byte sequence.