Uses of Enum Class
org.graylog2.buffers.Buffers.Type
Packages that use Buffers.Type
-
Uses of Buffers.Type in org.graylog2.buffers
Methods in org.graylog2.buffers that return Buffers.TypeModifier and TypeMethodDescriptionstatic Buffers.TypeReturns the enum constant of this class with the specified name.static Buffers.Type[]Buffers.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.graylog2.buffers with type arguments of type Buffers.TypeModifier and TypeMethodDescriptionvoidBuffers.waitForEmptyBuffers(EnumSet<Buffers.Type> bufferTypes) Wait until the buffers of the given types have been drained or abort after 30 secondsvoidBuffers.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