public class EmptySplit extends Object implements ConnectorSplit
| Constructor and Description |
|---|
EmptySplit(CatalogName catalogName) |
| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
getAddresses() |
CatalogName |
getCatalogName() |
Object |
getInfo() |
boolean |
isRemotelyAccessible() |
public EmptySplit(CatalogName catalogName)
public boolean isRemotelyAccessible()
isRemotelyAccessible in interface ConnectorSplitpublic List<HostAddress> getAddresses()
getAddresses in interface ConnectorSplitpublic Object getInfo()
getInfo in interface ConnectorSplitpublic CatalogName getCatalogName()
Copyright © 2012–2019. All rights reserved.