Interface MemoryComputing<M>
- All Known Subinterfaces:
Barrier<B>,FilteringBarrier<S>,LocalBarrier<S>,RangeGlobalStepContract<S>,TailGlobalStepContract<S>
- All Known Implementing Classes:
AggregateStep,CollectingBarrierStep,CountGlobalStep,DedupGlobalStep,FoldStep,GroupCountSideEffectStep,GroupCountStep,GroupSideEffectStep,GroupStep,LambdaCollectingBarrierStep,MaxGlobalStep,MeanGlobalStep,MinGlobalStep,NoOpBarrierStep,OrderGlobalStep,ProfileStep,ProfilingAware.ProfiledBarrier,RangeGlobalStep,RangeGlobalStepPlaceholder,ReducingBarrierStep,SampleGlobalStep,SideEffectBarrierStep,SideEffectCapStep,SubgraphStep,SumGlobalStep,SupplyingBarrierStep,TailGlobalStep,TailGlobalStepPlaceholder,TreeSideEffectStep,TreeStep
public interface MemoryComputing<M>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Method Summary
-
Method Details
-
getMemoryComputeKey
MemoryComputeKey<M> getMemoryComputeKey()TheMemoryComputeKeythat will be used by this step.- Returns:
- the MemoryComputeKey to use
-