| Package | Description |
|---|---|
| org.graylog2.plugin | |
| org.graylog2.plugin.inputs.transports | |
| org.graylog2.shared.journal |
| Constructor and Description |
|---|
ThrottleState(ThrottleState o) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ThrottleableTransport.determineIfThrottled(ThrottleState state)
This method implements the default algorithm for determining whether a transport will be throttled or not.
|
void |
ThrottleableTransport.updateThrottleState(ThrottleState throttleState)
Only executed if this input is allowed to be throttled at all
|
| Modifier and Type | Method and Description |
|---|---|
ThrottleState |
KafkaJournal.getThrottleState()
For informational purposes this method provides access to the current state of the journal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaJournal.setThrottleState(ThrottleState state) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.