|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.contrib.throttle.TimerBasedThrottler.Data
public static class TimerBasedThrottler.Data
| Constructor Summary | |
|---|---|
TimerBasedThrottler.Data(scala.Option<ActorRef> target,
int callsLeftInThisPeriod,
scala.collection.immutable.Queue<TimerBasedThrottler.Message> queue)
|
|
| Method Summary | |
|---|---|
int |
callsLeftInThisPeriod()
|
scala.collection.immutable.Queue<TimerBasedThrottler.Message> |
queue()
|
scala.Option<ActorRef> |
target()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public TimerBasedThrottler.Data(scala.Option<ActorRef> target,
int callsLeftInThisPeriod,
scala.collection.immutable.Queue<TimerBasedThrottler.Message> queue)
| Method Detail |
|---|
public scala.Option<ActorRef> target()
public int callsLeftInThisPeriod()
public scala.collection.immutable.Queue<TimerBasedThrottler.Message> queue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||