public abstract class IntArrayBufferSink extends Object implements IntBufferSink
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntArrayBufferSink.Collector |
IntBufferSink.OverflowPolicy| Constructor and Description |
|---|
IntArrayBufferSink(IntSignalSource in,
int capacity,
IntBufferSink.OverflowPolicy policy,
IntArrayBufferSink.Collector collector) |
| Modifier and Type | Method and Description |
|---|---|
Process |
getAppendProcess() |
Optional<Integer> |
getCapacity() |
Process |
getCollectProcess() |
IntBufferSink.OverflowPolicy |
getOverflowPolicy() |
public IntArrayBufferSink(IntSignalSource in, int capacity, IntBufferSink.OverflowPolicy policy, IntArrayBufferSink.Collector collector)
public Optional<Integer> getCapacity()
getCapacity in interface IntBufferSinkpublic IntBufferSink.OverflowPolicy getOverflowPolicy()
getOverflowPolicy in interface IntBufferSinkpublic Process getAppendProcess()
getAppendProcess in interface IntBufferSinkpublic Process getCollectProcess()
getCollectProcess in interface IntBufferSink