Package io.trino.plugin.raptor.legacy
Class RaptorSplit
java.lang.Object
io.trino.plugin.raptor.legacy.RaptorSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
ConstructorsConstructorDescriptionRaptorSplit(Set<UUID> shardUuids, int bucketNumber, HostAddress address) RaptorSplit(Set<UUID> shardUuids, OptionalInt bucketNumber) RaptorSplit(UUID shardUuid, List<HostAddress> addresses) -
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
getSplitWeight
-
Constructor Details
-
RaptorSplit
-
RaptorSplit
-
RaptorSplit
-
-
Method Details
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
getShardUuids
-
getBucketNumber
-
getInfo
- Specified by:
getInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
toString
-