akka.contrib.throttle
Class TimerBasedThrottler.Data

java.lang.Object
  extended by akka.contrib.throttle.TimerBasedThrottler.Data
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TimerBasedThrottler

public static class TimerBasedThrottler.Data
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

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

TimerBasedThrottler.Data

public TimerBasedThrottler.Data(scala.Option<ActorRef> target,
                                int callsLeftInThisPeriod,
                                scala.collection.immutable.Queue<TimerBasedThrottler.Message> queue)
Method Detail

target

public scala.Option<ActorRef> target()

callsLeftInThisPeriod

public int callsLeftInThisPeriod()

queue

public scala.collection.immutable.Queue<TimerBasedThrottler.Message> queue()