Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaggeredGen ¶
type StaggeredGen struct {
jepsen.Generator
StaggeredDuration time.Duration
// contains filtered or unexported fields
}
func (*StaggeredGen) Actions ¶
func (s *StaggeredGen) Actions() *types.Channel[*strategies.Action]
func (*StaggeredGen) Reset ¶
func (s *StaggeredGen) Reset(c *strategies.Context) error
func (*StaggeredGen) Start ¶
func (s *StaggeredGen) Start(c *strategies.Context) error
type TimeLimitGen ¶
type TimeLimitGen struct {
Limit time.Duration
jepsen.Generator
// contains filtered or unexported fields
}
func (*TimeLimitGen) Done ¶
func (t *TimeLimitGen) Done() chan struct{}
func (*TimeLimitGen) Reset ¶
func (t *TimeLimitGen) Reset(c *strategies.Context) error
func (*TimeLimitGen) Start ¶
func (t *TimeLimitGen) Start(c *strategies.Context) error
func (*TimeLimitGen) Stop ¶
func (t *TimeLimitGen) Stop(c *strategies.Context) error
Click to show internal directories.
Click to hide internal directories.