| Package | Description |
|---|---|
| reactor.fn.timer |
| Modifier and Type | Class and Description |
|---|---|
static class |
HashWheelTimer.BusySpinWait
BusySpin wait strategy.
|
static class |
HashWheelTimer.SleepWait
Sleep wait strategy.
|
static class |
HashWheelTimer.YieldingWait
Yielding wait strategy.
|
| Constructor and Description |
|---|
HashWheelTimer(int res,
int wheelSize,
HashWheelTimer.WaitStrategy waitStrategy)
Create a new
HashWheelTimer using the given timer and . |
HashWheelTimer(String name,
int res,
int wheelSize,
HashWheelTimer.WaitStrategy strategy,
Executor exec)
Create a new
HashWheelTimer using the given timer and . |
Copyright © 2016. All rights reserved.