public class EmptySplitPageSource extends Object implements UpdatablePageSource
NOT_BLOCKED| Constructor and Description |
|---|
EmptySplitPageSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
deleteRows(Block rowIds) |
CompletableFuture<Collection<io.airlift.slice.Slice>> |
finish() |
long |
getCompletedBytes() |
Page |
getNextPage() |
long |
getReadTimeNanos() |
long |
getSystemMemoryUsage() |
boolean |
isFinished() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabortisBlockedpublic void deleteRows(Block rowIds)
deleteRows in interface UpdatablePageSourcepublic CompletableFuture<Collection<io.airlift.slice.Slice>> finish()
finish in interface UpdatablePageSourcepublic long getCompletedBytes()
getCompletedBytes in interface ConnectorPageSourcepublic long getReadTimeNanos()
getReadTimeNanos in interface ConnectorPageSourcepublic boolean isFinished()
isFinished in interface ConnectorPageSourcepublic Page getNextPage()
getNextPage in interface ConnectorPageSourcepublic long getSystemMemoryUsage()
getSystemMemoryUsage in interface ConnectorPageSourcepublic void close()
close in interface ConnectorPageSourceclose in interface Closeableclose in interface AutoCloseableCopyright © 2012–2019. All rights reserved.