C# 클래스 MapReduce.MapReduceTask

파일 보기 프로젝트 열기: ayende/Example.MapReduce 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BatchSize int
Map IndexingFunc
Reduce IndexingFunc
Source IEnumerable
Storage IStorage

공개 메소드들

메소드 설명
Execute ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

프로퍼티 상세

BatchSize 공개적으로 프로퍼티

public int BatchSize
리턴 int

Map 공개적으로 프로퍼티

public IndexingFunc Map
리턴 IndexingFunc

Reduce 공개적으로 프로퍼티

public IndexingFunc Reduce
리턴 IndexingFunc

Source 공개적으로 프로퍼티

public IEnumerable Source
리턴 IEnumerable

Storage 공개적으로 프로퍼티

public IStorage Storage
리턴 IStorage