public final class BlackHoleSplit extends Object implements ConnectorSplit
| Constructor and Description |
|---|
BlackHoleSplit(int pagesCount,
int rowsPerPage,
int fieldsLength,
io.airlift.units.Duration pageProcessingDelay) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getFieldsLength() |
Object |
getInfo() |
NodeSelectionStrategy |
getNodeSelectionStrategy() |
io.airlift.units.Duration |
getPageProcessingDelay() |
int |
getPagesCount() |
List<HostAddress> |
getPreferredNodes(List<HostAddress> sortedCandidates) |
int |
getRowsPerPage() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSplitIdentifier, getSplitSizeInBytespublic BlackHoleSplit(int pagesCount,
int rowsPerPage,
int fieldsLength,
io.airlift.units.Duration pageProcessingDelay)
public int getPagesCount()
public int getRowsPerPage()
public int getFieldsLength()
public io.airlift.units.Duration getPageProcessingDelay()
public NodeSelectionStrategy getNodeSelectionStrategy()
getNodeSelectionStrategy in interface ConnectorSplitpublic List<HostAddress> getPreferredNodes(List<HostAddress> sortedCandidates)
getPreferredNodes in interface ConnectorSplitpublic Object getInfo()
getInfo in interface ConnectorSplitCopyright © 2012–2020. All rights reserved.