public class RemoteSplit extends Object implements ConnectorSplit
| Constructor and Description |
|---|
RemoteSplit(URI location) |
| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
getAddresses() |
Object |
getInfo() |
URI |
getLocation() |
boolean |
isRemotelyAccessible() |
String |
toString() |
public RemoteSplit(URI location)
public URI getLocation()
public Object getInfo()
getInfo in interface ConnectorSplitpublic boolean isRemotelyAccessible()
isRemotelyAccessible in interface ConnectorSplitpublic List<HostAddress> getAddresses()
getAddresses in interface ConnectorSplitCopyright © 2012–2019. All rights reserved.