Package io.trino.spi.exchange
Class ExchangeSourceOutputSelector.Builder
java.lang.Object
io.trino.spi.exchange.ExchangeSourceOutputSelector.Builder
- Enclosing class:
- ExchangeSourceOutputSelector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()exclude(ExchangeId exchangeId, int taskPartitionId) include(ExchangeId exchangeId, int taskPartitionId, int attemptId) setFinal()setPartitionCount(ExchangeId exchangeId, int count)
-
Constructor Details
-
Builder
-
-
Method Details
-
include
public ExchangeSourceOutputSelector.Builder include(ExchangeId exchangeId, int taskPartitionId, int attemptId) -
exclude
-
setPartitionCount
-
setFinal
-
build
-