public interface UpdatablePageSource extends ConnectorPageSource
| Modifier and Type | Method and Description |
|---|---|
default void |
abort() |
void |
deleteRows(Block rowIds) |
CompletableFuture<Collection<io.airlift.slice.Slice>> |
finish() |
close, getCompletedBytes, getNextPage, getReadTimeNanos, getSystemMemoryUsage, getTotalBytes, isFinishedvoid deleteRows(Block rowIds)
CompletableFuture<Collection<io.airlift.slice.Slice>> finish()
default void abort()
Copyright © 2012-2016. All Rights Reserved.