Uses of Class
org.graylog2.plugin.ThrottleState
Packages that use ThrottleState
Package
Description
-
Uses of ThrottleState in org.graylog2.plugin
Constructors in org.graylog2.plugin with parameters of type ThrottleState -
Uses of ThrottleState in org.graylog2.plugin.inputs.transports
Methods in org.graylog2.plugin.inputs.transports with parameters of type ThrottleStateModifier and TypeMethodDescriptionprotected booleanThrottleableTransport.determineIfThrottled(ThrottleState state) Deprecated.This method implements the default algorithm for determining whether a transport will be throttled or not.voidThrottleableTransport.updateThrottleState(ThrottleState throttleState) Deprecated.Only executed if the Allow Throttling checkbox is set in the input's configuration.