@Deprecated public class LightPauser extends Object implements Pauser
Pauser.SleepyWarning| Modifier and Type | Field and Description |
|---|---|
static long |
NO_BUSY_PERIOD
Deprecated.
|
MIN_PROCESSORS, SLEEPY| Constructor and Description |
|---|
LightPauser(long busyPeriodNS,
long parkPeriodNS)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
countPaused()
Deprecated.
|
protected void |
doPause(long maxPauseNS)
Deprecated.
|
void |
pause()
Deprecated.
|
void |
pause(long timeout,
TimeUnit timeUnit)
Deprecated.
|
void |
reset()
Deprecated.
|
long |
timePaused()
Deprecated.
|
void |
unpause()
Deprecated.
|
public static final long NO_BUSY_PERIOD
public void pause(long timeout,
TimeUnit timeUnit)
throws TimeoutException
pause in interface PauserTimeoutExceptionprotected void doPause(long maxPauseNS)
public long timePaused()
timePaused in interface Pauserpublic long countPaused()
countPaused in interface PauserCopyright © 2019. All rights reserved.