Interface IChunkBalancingStrategyProvider
- Namespace
- NMF.Expressions.Linq
- Assembly
- NMF.Expressions.Chunk.dll
Denotes a component that can generically provide chunk balancing strategies
public interface IChunkBalancingStrategyProvider
- Extension Methods
Methods
CreateStrategy<T, TChunk>(IObservableChunk<T, TChunk>)
Create a strategy for the given observable chunk collection
IChunkBalancingStrategy<T, TChunk> CreateStrategy<T, TChunk>(IObservableChunk<T, TChunk> observableChunk)
Parameters
observableChunk
IObservableChunk<T, TChunk>The observable chunk collection
Returns
- IChunkBalancingStrategy<T, TChunk>
A chunk balancing strategy
Type Parameters
T
The type of items
TChunk
The type of the chunks