public class RecordPageSink extends Object implements ConnectorPageSink
| Constructor and Description |
|---|
RecordPageSink(RecordSink recordSink) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPage(Page page,
Block sampleWeightBlock) |
Collection<io.airlift.slice.Slice> |
commit() |
void |
rollback() |
public RecordPageSink(RecordSink recordSink)
public Collection<io.airlift.slice.Slice> commit()
commit in interface ConnectorPageSinkpublic void rollback()
rollback in interface ConnectorPageSinkpublic void appendPage(Page page, Block sampleWeightBlock)
appendPage in interface ConnectorPageSinkCopyright © 2012-2015. All Rights Reserved.