Package io.trino.split
Class RemoteSplit.DirectExchangeInput
- java.lang.Object
-
- io.trino.split.RemoteSplit.DirectExchangeInput
-
- All Implemented Interfaces:
RemoteSplit.ExchangeInput
- Enclosing class:
- RemoteSplit
public static class RemoteSplit.DirectExchangeInput extends Object implements RemoteSplit.ExchangeInput
-
-
Constructor Summary
Constructors Constructor Description DirectExchangeInput(TaskId taskId, String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()longgetRetainedSizeInBytes()TaskIdgetTaskId()StringtoString()
-
-
-
Method Detail
-
getTaskId
public TaskId getTaskId()
-
getLocation
public String getLocation()
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()
- Specified by:
getRetainedSizeInBytesin interfaceRemoteSplit.ExchangeInput
-
-