server

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aggregate

type Aggregate struct {
	// Log lines to process (parsing MAPREDUCE lines).
	Lines chan fs.LineRead
	// contains filtered or unexported fields
}

Aggregate is for aggregating mapreduce data on the DTail server side.

func NewAggregate

func NewAggregate(maprLines chan<- string, queryStr string) (*Aggregate, error)

NewAggregate return a new server side aggregator.

func (*Aggregate) Close

func (a *Aggregate) Close()

Close the aggregator.

func (*Aggregate) Serialize

func (a *Aggregate) Serialize()

Serialize all the aggregated data.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL