public interface SplitSource extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SplitSource.SplitBatch |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CatalogName |
getCatalogName() |
com.google.common.util.concurrent.ListenableFuture<SplitSource.SplitBatch> |
getNextBatch(ConnectorPartitionHandle partitionHandle,
Lifespan lifespan,
int maxSize) |
boolean |
isFinished() |
CatalogName getCatalogName()
com.google.common.util.concurrent.ListenableFuture<SplitSource.SplitBatch> getNextBatch(ConnectorPartitionHandle partitionHandle, Lifespan lifespan, int maxSize)
void close()
close in interface AutoCloseableclose in interface Closeableboolean isFinished()
Copyright © 2012–2019. All rights reserved.