public class DataCenterSplit extends Object implements ConnectorSplit
| Constructor and Description |
|---|
DataCenterSplit(String queryId)
Constructor of data center split.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
getAddresses() |
Object |
getInfo() |
String |
getQueryId() |
boolean |
isRemotelyAccessible() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndIndex, getFilePath, getLastModifiedTime, getSplitCount, getStartIndex, getUnwrappedSplits, isCacheable, isSplitEmptypublic DataCenterSplit(String queryId)
queryId - query id.public String getQueryId()
public boolean isRemotelyAccessible()
isRemotelyAccessible in interface ConnectorSplitpublic List<HostAddress> getAddresses()
getAddresses in interface ConnectorSplitpublic Object getInfo()
getInfo in interface ConnectorSplitCopyright © 2012–2021. All rights reserved.