Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionOrder ¶
type ExecutionOrder int
const ( OrderRandom ExecutionOrder = iota OrderByKey OrderPreserved )
func (ExecutionOrder) String ¶
func (eo ExecutionOrder) String() string
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
func NewPool ¶
func NewPool(id string, tb *topology.TopologyBuilder, metricsReporter metrics.Reporter, logger log.Logger, config *PoolConfig) *Pool
type PoolConfig ¶
type PoolConfig struct { NumOfWorkers int WorkerBufferSize int Order ExecutionOrder }
Click to show internal directories.
Click to hide internal directories.