Package edu.rit.pj.replica

Package edu.rit.pj.replica contains classes for replicated, shared reduction variables.

See:
          Description

Class Summary
ReplicatedBoolean Class ReplicatedBoolean provides a replicated, shared reduction variable for a value of type boolean.
ReplicatedByte Class ReplicatedByte provides a replicated, shared reduction variable for a value of type byte.
ReplicatedCharacter Class ReplicatedCharacter provides a replicated, shared reduction variable for a value of type char.
ReplicatedDouble Class ReplicatedDouble provides a replicated, shared reduction variable for a value of type double.
ReplicatedFloat Class ReplicatedFloat provides a replicated, shared reduction variable for a value of type float.
ReplicatedInteger Class ReplicatedInteger provides a replicated, shared reduction variable for a value of type int.
ReplicatedLong Class ReplicatedLong provides a replicated, shared reduction variable for a value of type long.
ReplicatedObject<T> Class ReplicatedObject provides a replicated, shared reduction variable for a value of type T (a nonprimitive type).
ReplicatedShort Class ReplicatedShort provides a replicated, shared reduction variable for a value of type short.
 

Package edu.rit.pj.replica Description

Package edu.rit.pj.replica contains classes for replicated, shared reduction variables. These are intended to be used in a cluster or hybrid parallel program for a data item shared among all the processes in the program and all the threads in each process. The following classes provide replicated, shared reduction variables for each of the primitive types as well as type Object.

Type Class
boolean ReplicatedBoolean
byte ReplicatedByte
char ReplicatedCharacter
double ReplicatedDouble
float ReplicatedFloat
int ReplicatedInteger
long ReplicatedLong
short ReplicatedShort
Object ReplicatedObject



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.