Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultClientTimeout = time.Minute
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientTimeout ¶
type WorkersLocalConfig ¶
type WorkersLocalConfig struct {
Type string
}
Parameters for configuring locally started workers
func (*WorkersLocalConfig) Install ¶
func (c *WorkersLocalConfig) Install(bag *ice.MagicBag)
type WorkersThriftConfig ¶
type WorkersThriftConfig struct { Type string PollingPeriod string // will be parsed to a time.Duration }
Parameters for configuring connections to remote (Thrift) workers.
func (*WorkersThriftConfig) Create ¶
func (c *WorkersThriftConfig) Create( tf thrift.TTransportFactory, pf thrift.TProtocolFactory, ct ClientTimeout) (func(cluster.Node) runner.Service, error)
func (*WorkersThriftConfig) Install ¶
func (c *WorkersThriftConfig) Install(bag *ice.MagicBag)
Click to show internal directories.
Click to hide internal directories.