public class AtopSplit extends Object implements ConnectorSplit
| Constructor and Description |
|---|
AtopSplit(AtopTable table,
HostAddress host,
long epochSeconds,
ZoneId timeZone) |
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getDate() |
long |
getEpochSeconds() |
HostAddress |
getHost() |
Object |
getInfo() |
NodeSelectionStrategy |
getNodeSelectionStrategy() |
List<HostAddress> |
getPreferredNodes(List<HostAddress> sortedCandidates) |
AtopTable |
getTable() |
ZoneId |
getTimeZone() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSplitIdentifier, getSplitSizeInBytespublic AtopSplit(AtopTable table, HostAddress host, long epochSeconds, ZoneId timeZone)
public AtopTable getTable()
public HostAddress getHost()
public long getEpochSeconds()
public ZoneId getTimeZone()
public ZonedDateTime getDate()
public NodeSelectionStrategy getNodeSelectionStrategy()
getNodeSelectionStrategy in interface ConnectorSplitpublic List<HostAddress> getPreferredNodes(List<HostAddress> sortedCandidates)
getPreferredNodes in interface ConnectorSplitpublic Object getInfo()
getInfo in interface ConnectorSplitCopyright © 2012–2021. All rights reserved.