C# Class MapReduce.Storage

Inheritance: IStorage
Show file Open project: ayende/Example.MapReduce Class Usage Examples

Public Methods

Method Description
GetBatchesFor ( int level ) : IEnumerable>
Store ( int batchId, object value, int level ) : void

Method Details

GetBatchesFor() public method

public GetBatchesFor ( int level ) : IEnumerable>
level int
return IEnumerable>

Store() public method

public Store ( int batchId, object value, int level ) : void
batchId int
value object
level int
return void