public class AssignmentManager.TimeoutMonitor extends Chore
Constructor and Description |
---|
AssignmentManager.TimeoutMonitor(int period,
Stoppable stopper,
ServerManager serverManager,
int timeout)
Creates a periodic monitor to check for time outs on region transition
operations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
chore()
Look for chores.
|
choreForTesting, cleanup, initialChore, run, sleep, triggerNow
getName, getThread, interrupt, isAlive, isInterrupted, join, join, join, setDaemon, setName, setPriority, setUncaughtExceptionHandler, start
public AssignmentManager.TimeoutMonitor(int period, Stoppable stopper, ServerManager serverManager, int timeout)
period
- stopper
- When Stoppable.isStopped()
is true, this thread will
cleanup and exit cleanly.timeout
- Copyright © 2014 The Apache Software Foundation. All rights reserved.