private static final class WeightedFairQueueByteDistributor.ParentChangedEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) WeightedFairQueueByteDistributor.State |
oldParent |
(package private) WeightedFairQueueByteDistributor.State |
state |
| Constructor and Description |
|---|
ParentChangedEvent(WeightedFairQueueByteDistributor.State state,
WeightedFairQueueByteDistributor.State oldParent)
Create a new instance.
|
final WeightedFairQueueByteDistributor.State state
final WeightedFairQueueByteDistributor.State oldParent
ParentChangedEvent(WeightedFairQueueByteDistributor.State state, WeightedFairQueueByteDistributor.State oldParent)
state - The state who has had a parent change.oldParent - The previous parent.