Package io.trino.plugin.localfile
Class LocalFileSplit
- java.lang.Object
-
- io.trino.plugin.localfile.LocalFileSplit
-
- All Implemented Interfaces:
ConnectorSplit
public class LocalFileSplit extends Object implements ConnectorSplit
-
-
Constructor Summary
Constructors Constructor Description LocalFileSplit(HostAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostAddressgetAddress()List<HostAddress>getAddresses()ObjectgetInfo()longgetRetainedSizeInBytes()booleanisRemotelyAccessible()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.trino.spi.connector.ConnectorSplit
getSplitWeight
-
-
-
-
Constructor Detail
-
LocalFileSplit
public LocalFileSplit(HostAddress address)
-
-
Method Detail
-
getAddress
public HostAddress getAddress()
-
isRemotelyAccessible
public boolean isRemotelyAccessible()
- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
public List<HostAddress> getAddresses()
- Specified by:
getAddressesin interfaceConnectorSplit
-
getInfo
public Object getInfo()
- Specified by:
getInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()
- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
-