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