public final class NoOpIdleStrategy extends java.lang.Object implements IdleStrategy
| Constructor and Description |
|---|
NoOpIdleStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
idle()
Note: this implementation will result in no safepoint poll once inlined.
|
void |
idle(int workCount)
Note: this implementation will result in no safepoint poll once inlined.
|
void |
reset()
Reset the internal state in preparation for entering an idle state again.
|
public void idle(int workCount)
idle in interface IdleStrategyworkCount - performed in last duty cycle.IdleStrategypublic void idle()
idle in interface IdleStrategyIdleStrategypublic void reset()
IdleStrategyreset in interface IdleStrategyCopyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.