AbstractTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer) |
Constructor using the specified ObjectSizeEstimator and using NO LIMIT and
default Check Interval value of 1000L ms and
default max time as delay allowed value of 15000L ms.
|
AbstractTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long checkInterval) |
Constructor using the specified ObjectSizeEstimator and using NO LIMIT and
default max time as delay allowed value of 15000L ms.
|
AbstractTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit) |
Constructor using the specified ObjectSizeEstimator and using
default Check Interval value of 1000L ms and
default max time as delay allowed value of 15000L ms.
|
AbstractTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long checkInterval) |
Constructor using the specified ObjectSizeEstimator and
default max time as delay allowed value of 15000L ms.
|
AbstractTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long checkInterval,
long maxTime) |
Constructor using the specified ObjectSizeEstimator.
|
AbstractTrafficShapingHandler(Timer timer) |
Constructor using default ObjectSizeEstimator and using NO LIMIT and
default Check Interval value of 1000L ms and
default max time as delay allowed value of 15000L ms.
|
AbstractTrafficShapingHandler(Timer timer,
long checkInterval) |
|
AbstractTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit) |
Constructor using default ObjectSizeEstimator and using
default Check Interval value of 1000L ms and
default max time as delay allowed value of 15000L ms.
|
AbstractTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit,
long checkInterval) |
|
AbstractTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit,
long checkInterval,
long maxTime) |
|
ChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer) |
|
ChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long checkInterval) |
|
ChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit) |
|
ChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long checkInterval) |
|
ChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long checkInterval,
long maxTime) |
|
ChannelTrafficShapingHandler(Timer timer) |
|
ChannelTrafficShapingHandler(Timer timer,
long checkInterval) |
|
ChannelTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit) |
|
ChannelTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit,
long checkInterval) |
|
ChannelTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit,
long checkInterval,
long maxTime) |
|
GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler trafficShapingHandler,
Timer timer,
String name,
long checkInterval) |
|
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer) |
|
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long checkInterval) |
|
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long writeChannelLimit,
long readChannelLimit) |
|
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long writeChannelLimit,
long readChannelLimit,
long checkInterval) |
|
GlobalChannelTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long writeChannelLimit,
long readChannelLimit,
long checkInterval,
long maxTime) |
|
GlobalChannelTrafficShapingHandler(Timer timer) |
Create a new instance.
|
GlobalChannelTrafficShapingHandler(Timer timer,
long checkInterval) |
Create a new instance.
|
GlobalChannelTrafficShapingHandler(Timer timer,
long writeGlobalLimit,
long readGlobalLimit,
long writeChannelLimit,
long readChannelLimit) |
Create a new instance.
|
GlobalChannelTrafficShapingHandler(Timer timer,
long writeGlobalLimit,
long readGlobalLimit,
long writeChannelLimit,
long readChannelLimit,
long checkInterval) |
Create a new instance.
|
GlobalChannelTrafficShapingHandler(Timer timer,
long writeGlobalLimit,
long readGlobalLimit,
long writeChannelLimit,
long readChannelLimit,
long checkInterval,
long maxTime) |
Create a new instance.
|
GlobalTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer) |
|
GlobalTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long checkInterval) |
|
GlobalTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit) |
|
GlobalTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long checkInterval) |
|
GlobalTrafficShapingHandler(ObjectSizeEstimator objectSizeEstimator,
Timer timer,
long writeLimit,
long readLimit,
long checkInterval,
long maxTime) |
|
GlobalTrafficShapingHandler(Timer timer) |
|
GlobalTrafficShapingHandler(Timer timer,
long checkInterval) |
|
GlobalTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit) |
|
GlobalTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit,
long checkInterval) |
|
GlobalTrafficShapingHandler(Timer timer,
long writeLimit,
long readLimit,
long checkInterval,
long maxTime) |
|
TrafficCounter(AbstractTrafficShapingHandler trafficShapingHandler,
Timer timer,
String name,
long checkInterval) |
Constructor with the AbstractTrafficShapingHandler that hosts it, the Timer to use, its
name, the checkInterval between two computations in millisecond.
|