public static class TestChoreService.ScheduledChoreSamples extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestChoreService.ScheduledChoreSamples.CountingChore |
static class |
TestChoreService.ScheduledChoreSamples.DoNothingChore
Lightweight ScheduledChore used primarily to fill the scheduling queue in tests
|
static class |
TestChoreService.ScheduledChoreSamples.FailInitialChore
A Chore that will try to execute the initial chore a few times before succeeding.
|
static class |
TestChoreService.ScheduledChoreSamples.SampleStopper
Straight forward stopper implementation that is used by default when one is not provided
|
static class |
TestChoreService.ScheduledChoreSamples.SleepingChore |
static class |
TestChoreService.ScheduledChoreSamples.SlowChore
Sleeps for longer than the scheduled period.
|
Constructor and Description |
---|
ScheduledChoreSamples() |
public ScheduledChoreSamples()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.