Interface MemoryComputing<M>
- 
- All Known Subinterfaces:
- Barrier<B>,- LocalBarrier<S>
 - All Known Implementing Classes:
- AggregateGlobalStep,- CollectingBarrierStep,- CountGlobalStep,- DedupGlobalStep,- FoldStep,- GroupCountStep,- GroupStep,- LambdaCollectingBarrierStep,- MaxGlobalStep,- MeanGlobalStep,- MinGlobalStep,- NoOpBarrierStep,- OrderGlobalStep,- ProfileStep,- ProfilingAware.ProfiledBarrier,- RangeGlobalStep,- ReducingBarrierStep,- SampleGlobalStep,- SideEffectCapStep,- SumGlobalStep,- SupplyingBarrierStep,- TailGlobalStep,- TreeStep
 
 public interface MemoryComputing<M>- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MemoryComputeKey<M>getMemoryComputeKey()TheMemoryComputeKeythat will be used by this step.
 
- 
- 
- 
Method Detail- 
getMemoryComputeKeyMemoryComputeKey<M> getMemoryComputeKey() TheMemoryComputeKeythat will be used by this step.- Returns:
- the MemoryComputeKey to use
 
 
- 
 
-