public interface ConnectorPageSink
| Modifier and Type | Field and Description |
|---|---|
static CompletableFuture<?> |
NOT_BLOCKED |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
CompletableFuture<?> |
appendPage(Page page,
Block sampleWeightBlock)
Returns a future that will be completed when the page sink can accept
more pages.
|
Collection<io.airlift.slice.Slice> |
finish() |
static final CompletableFuture<?> NOT_BLOCKED
CompletableFuture<?> appendPage(Page page, Block sampleWeightBlock)
NOT_BLOCKED.Collection<io.airlift.slice.Slice> finish()
void abort()
Copyright © 2012-2016. All Rights Reserved.