public class Buffer$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Buffer$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Buffer$() |
Modifier and Type | Method and Description |
---|---|
<T> Buffer<T> |
apply(int size,
ActorMaterializerSettings settings) |
<T> Buffer<T> |
apply(int size,
int max) |
<T> Buffer<T> |
apply(int size,
Materializer materializer) |
int |
FixedQueueMask() |
int |
FixedQueueSize() |
public static final Buffer$ MODULE$
public int FixedQueueSize()
public int FixedQueueMask()
public <T> Buffer<T> apply(int size, ActorMaterializerSettings settings)
public <T> Buffer<T> apply(int size, Materializer materializer)
public <T> Buffer<T> apply(int size, int max)