Package io.trino.testing
Class TestingSplit
java.lang.Object
io.trino.testing.TestingSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestingSplitstatic TestingSplitstatic TestingSplitgetInfo()longbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorSplit
getSplitWeight
-
Constructor Details
-
TestingSplit
-
-
Method Details
-
createLocalSplit
-
createEmptySplit
-
createRemoteSplit
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
getInfo
- Specified by:
getInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-