public class ClassLoaderSafeConnectorPageSink extends Object implements ConnectorPageSink
NOT_BLOCKED| Constructor and Description |
|---|
ClassLoaderSafeConnectorPageSink(ConnectorPageSink delegate,
ClassLoader classLoader) |
| 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() |
public ClassLoaderSafeConnectorPageSink(ConnectorPageSink delegate, ClassLoader classLoader)
public CompletableFuture<?> appendPage(Page page, Block sampleWeightBlock)
ConnectorPageSinkNOT_BLOCKED.appendPage in interface ConnectorPageSinkpublic Collection<io.airlift.slice.Slice> finish()
finish in interface ConnectorPageSinkpublic void abort()
abort in interface ConnectorPageSinkCopyright © 2012-2016. All Rights Reserved.