Package io.trino.split
Class RemoteSplit
- java.lang.Object
-
- io.trino.split.RemoteSplit
-
- All Implemented Interfaces:
ConnectorSplit
public class RemoteSplit extends Object implements ConnectorSplit
-
-
Constructor Summary
Constructors Constructor Description RemoteSplit(URI location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HostAddress>getAddresses()ObjectgetInfo()URIgetLocation()booleanisRemotelyAccessible()StringtoString()
-
-
-
Constructor Detail
-
RemoteSplit
public RemoteSplit(URI location)
-
-
Method Detail
-
getLocation
public URI getLocation()
-
getInfo
public Object getInfo()
- Specified by:
getInfoin interfaceConnectorSplit
-
isRemotelyAccessible
public boolean isRemotelyAccessible()
- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
public List<HostAddress> getAddresses()
- Specified by:
getAddressesin interfaceConnectorSplit
-
-