public interface ConnectorSplitSource extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getDataSourceName() |
List<ConnectorSplit> |
getNextBatch(int maxSize) |
boolean |
isFinished() |
String getDataSourceName()
List<ConnectorSplit> getNextBatch(int maxSize) throws InterruptedException
InterruptedExceptionvoid close()
close in interface AutoCloseableclose in interface Closeableboolean isFinished()
Copyright © 2012-2014. All Rights Reserved.