jbarrier

Uses of Package
edu.bonn.cs.net.jbarrier.barrier

Packages that use edu.bonn.cs.net.jbarrier.barrier
edu.bonn.cs.net.jbarrier.barrier Main package containing all the barrier and reduction algorithms. 
 

Classes in edu.bonn.cs.net.jbarrier.barrier used by edu.bonn.cs.net.jbarrier.barrier
AbstractBarrier
          Abstract base class for all barrier implementations of this package.
Barrier
          Interface for all barrier implementations of this package.
ButterflyBarrier
          Implementation of a butterfly barrier algorithm.
ButterflyBarrier.ButterflyBarrierParty
          Stores data required by each party that uses the barrier.
CentralBarrier
          Implementation of a central barrier algorithm based on a shared counter.
DisseminationBarrier
          Implementation of a dissemination barrier algorithm.
DisseminationBarrier.DisseminationBarrierParty
          Stores data required by each party that uses the barrier.
DoubleReduction
          Interface for barriers supporting primitive double reductions.
FloatReduction
          Interface for barriers supporting primitive float reductions.
GenericReductor
          Interface for generic reductors.
IntReduction
          Interface for barriers supporting primitive int reductions.
LongReduction
          Interface for barriers supporting primitive long reductions.
ReductionOperator
          Abstract base class for reduction operators.
StaticTreeBarrier
          Implementation of a static tree barrier algorithm.
StaticTreeBarrier.StaticTreeBarrierParty
          Stores data required by each party that uses the barrier.
TournamentBarrier
          Implementation of a tournament barrier algorithm.
TournamentBarrier.Role
          Possible roles of the different parties in the tournament barrier.
TournamentBarrier.Round
          Stores pre-computed information about a round of the tournament barrier.
TournamentBarrier.TournamentBarrierParty
          Stores data required by each party that uses the barrier.
 


jbarrier

Copyright 2010 Patrick Peschlow