Uses of Interface
com.yahoo.messagebus.ThrottlePolicy
Packages that use ThrottlePolicy
-
Uses of ThrottlePolicy in com.yahoo.messagebus
Classes in com.yahoo.messagebus that implement ThrottlePolicyModifier and TypeClassDescriptionclassThis is an implementation of theThrottlePolicythat passes all requests (no real throttling).classThis is an implementation of theThrottlePolicythat offers dynamic limits to the number of pending messages aSourceSessionis allowed to have.classThrottling policy that throttles sending based on a desired rate.classThis is an implementation of theThrottlePolicythat offers static limits to the amount of pending data aSourceSessionis allowed to have.Methods in com.yahoo.messagebus that return ThrottlePolicyModifier and TypeMethodDescriptionSourceSession.getThrottlePolicy()SourceSessionParams.getThrottlePolicy()Returns the policy to use for throttling output.Methods in com.yahoo.messagebus with parameters of type ThrottlePolicyModifier and TypeMethodDescriptionSourceSessionParams.setThrottlePolicy(ThrottlePolicy throttlePolicy) Sets the policy to use for throttling output.