public class ThrottleState extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
appendEventsPerSec |
long |
journalSize |
long |
journalSizeLimit |
long |
processBufferCapacity |
long |
readEventsPerSec |
long |
uncommittedJournalEntries |
| Constructor and Description |
|---|
ThrottleState() |
ThrottleState(ThrottleState o) |
public long uncommittedJournalEntries
public long appendEventsPerSec
public long journalSize
public long journalSizeLimit
public long readEventsPerSec
public long processBufferCapacity
public ThrottleState()
public ThrottleState(ThrottleState o)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.