C# Class MapReduce.Storage

Inheritance: IStorage
Afficher le fichier Open project: ayende/Example.MapReduce Class Usage Examples

Méthodes publiques

Méthode Description
GetBatchesFor ( int level ) : IEnumerable>
Store ( int batchId, object value, int level ) : void

Method Details

GetBatchesFor() public méthode

public GetBatchesFor ( int level ) : IEnumerable>
level int
Résultat IEnumerable>

Store() public méthode

public Store ( int batchId, object value, int level ) : void
batchId int
value object
level int
Résultat void