public class AtopPageSource extends Object implements ConnectorPageSource
NOT_BLOCKED| Constructor and Description |
|---|
AtopPageSource(Semaphore readerPermits,
AtopFactory atopFactory,
ConnectorSession session,
io.airlift.slice.Slice hostIp,
AtopTable table,
ZonedDateTime date,
List<AtopTable.AtopColumn> columns,
List<Type> types) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getCompletedBytes() |
long |
getCompletedPositions() |
Page |
getNextPage() |
long |
getReadTimeNanos() |
long |
getSystemMemoryUsage() |
boolean |
isFinished() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisBlockedpublic AtopPageSource(Semaphore readerPermits, AtopFactory atopFactory, ConnectorSession session, io.airlift.slice.Slice hostIp, AtopTable table, ZonedDateTime date, List<AtopTable.AtopColumn> columns, List<Type> types)
public void close()
close in interface ConnectorPageSourceclose in interface Closeableclose in interface AutoCloseablepublic long getCompletedBytes()
getCompletedBytes in interface ConnectorPageSourcepublic long getCompletedPositions()
getCompletedPositions 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 ConnectorPageSourceCopyright © 2012–2020. All rights reserved.