| Package | Description |
|---|---|
| org.graylog2.buffers |
| Modifier and Type | Method and Description |
|---|---|
static Buffers.Type |
Buffers.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Buffers.Type[] |
Buffers.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Buffers.waitForEmptyBuffers(EnumSet<Buffers.Type> bufferTypes)
Wait until the buffers of the given types have been drained or abort after 30 seconds
|
void |
Buffers.waitForEmptyBuffers(EnumSet<Buffers.Type> bufferTypes,
long maxWait,
TimeUnit timeUnit)
Wait until the buffers of the given types have been drained or abort after a given maximum waiting time
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.