Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutorService ¶
type ExecutorService struct {
// contains filtered or unexported fields
}
func NewExecutorService ¶
func NewExecutorService( statsScope tally.Scope, log logging.SimpleLogging, ) *ExecutorService
func (*ExecutorService) AddJob ¶ added in v0.23.4
func (s *ExecutorService) AddJob(jd JobDefinition)
func (*ExecutorService) Run ¶
func (s *ExecutorService) Run()
type JobDefinition ¶
type RuntimeStatCollector ¶
type RuntimeStatCollector struct {
// contains filtered or unexported fields
}
func NewRuntimeStats ¶
func NewRuntimeStats(scope tally.Scope) *RuntimeStatCollector
func (*RuntimeStatCollector) Run ¶
func (r *RuntimeStatCollector) Run()
Click to show internal directories.
Click to hide internal directories.