Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultMappers = 1 DefaultReducers = 10 DefaultShufflers = 10 DefaultBulkSize = 1000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Convertible ¶ added in v0.0.28
type MapReduce ¶
type MapReduce struct {
// contains filtered or unexported fields
}
func NewMapReduce ¶
func NewMapReduce() *MapReduce
func (*MapReduce) WithMapper ¶
func (*MapReduce) WithReducer ¶
func (*MapReduce) WithShuffler ¶ added in v0.0.28
type Reducer ¶
func NewReducer ¶
func NewReducer(repo domain.OperationRepository) Reducer
Click to show internal directories.
Click to hide internal directories.