Table of Contents

Interface IChunkBalancingStrategyProvider<T, TChunk>

Namespace
NMF.Expressions.Linq
Assembly
NMF.Expressions.Chunk.dll

Denotes a component that can provide chunk balancing strategies for specific types

public interface IChunkBalancingStrategyProvider<T, TChunk>

Type Parameters

T

The type of items

TChunk

The type of the chunks

Extension Methods

Methods

CreateStrategy(IObservableChunk<T, TChunk>)

Create a strategy for the given observable chunk collection

IChunkBalancingStrategy<T, TChunk> CreateStrategy(IObservableChunk<T, TChunk> observableChunk)

Parameters

observableChunk IObservableChunk<T, TChunk>

The observable chunk collection

Returns

IChunkBalancingStrategy<T, TChunk>

A chunk balancing strategy