batch_table_scheduler

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const BatchTableSchedulerName = "batch-table-scheduler"

Variables

View Source
var DefaultConfig = map[string]interface{}{
	"nr-worker":           1,
	"batch-size":          1,
	"queue-size":          1024,
	"sliding-window-size": 1024 * 10,
}

Functions

This section is empty.

Types

type BatchSchedulerConfig

type BatchSchedulerConfig struct {
	NrWorker          int `mapstructure:"nr-worker"json:"nr-worker"`
	MaxBatchPerWorker int `mapstructure:"batch-size"json:"batch-size"`
	QueueSize         int `mapstructure:"queue-size"json:"queue-size"`
	SlidingWindowSize int `mapstructure:"sliding-window-size"json:"sliding-window-size"`
}

Jump to

Keyboard shortcuts

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