Uses of Class
edu.rit.pj.reduction.SharedObject
Packages that use SharedObject
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
-
Uses of SharedObject in edu.rit.mp
Methods in edu.rit.mp with parameters of type SharedObjectModifier and TypeMethodDescriptionstatic <T> ObjectBuf
<T> ObjectBuf.buffer
(SharedObject<T> item) Create a buffer for a shared object item. -
Uses of SharedObject in edu.rit.mp.buf
Constructors in edu.rit.mp.buf with parameters of type SharedObjectModifierConstructorDescriptionSharedObjectBuf
(SharedObject<T> item) Construct a new shared object buffer.