Samples JDK
|
This is the complete list of members for com.freemindcafe.concurrency.sample4.ThrottlingSender< E >, including all inherited members.
send(E event) (defined in com.freemindcafe.concurrency.sample4.ThrottlingSender< E >) | com.freemindcafe.concurrency.sample4.ThrottlingSender< E > | |
setrRejectedRequestHandler(Consumer< E > rejectedRequestHandler) (defined in com.freemindcafe.concurrency.sample4.ThrottlingSender< E >) | com.freemindcafe.concurrency.sample4.ThrottlingSender< E > | |
shutdown() (defined in com.freemindcafe.concurrency.sample4.ThrottlingSender< E >) | com.freemindcafe.concurrency.sample4.ThrottlingSender< E > | |
shutdownNow() (defined in com.freemindcafe.concurrency.sample4.ThrottlingSender< E >) | com.freemindcafe.concurrency.sample4.ThrottlingSender< E > | |
ThrottlingSender(int maxRequestsPerUnitOfTime, int unitOfTime, TimeUnit timeUnit, int maxElementsPerRequest, Consumer< List< E >> requestConsumer) (defined in com.freemindcafe.concurrency.sample4.ThrottlingSender< E >) | com.freemindcafe.concurrency.sample4.ThrottlingSender< E > |