Package io.trino.connector.system
Class SystemSplit
java.lang.Object
io.trino.connector.system.SystemSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
ConstructorsConstructorDescriptionSystemSplit(HostAddress address, TupleDomain<ColumnHandle> constraint) SystemSplit(List<HostAddress> addresses, TupleDomain<ColumnHandle> constraint) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorSplit
getInfo, getSplitWeight
-
Constructor Details
-
SystemSplit
-
SystemSplit
-
-
Method Details
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
getConstraint
-
getSplitInfo
- Specified by:
getSplitInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
toString
-