Uses of Class
io.trino.spi.exchange.ExchangeId
Packages that use ExchangeId
-
Uses of ExchangeId in io.trino.spi.exchange
Methods in io.trino.spi.exchange that return ExchangeIdModifier and TypeMethodDescriptionstatic ExchangeIdExchangeId.createRandomExchangeId()ExchangeContext.getExchangeId()Exchange.getId()Get id of this exchangeMethods in io.trino.spi.exchange that return types with arguments of type ExchangeIdModifier and TypeMethodDescriptionMap<ExchangeId,io.airlift.slice.Slice> ExchangeSourceOutputSelector.getValues()Methods in io.trino.spi.exchange with parameters of type ExchangeIdModifier and TypeMethodDescriptionExchangeSourceOutputSelector.Builder.exclude(ExchangeId exchangeId, int taskPartitionId) ExchangeSourceOutputSelector.getSelection(ExchangeId exchangeId, int taskPartitionId, int attemptId) ExchangeSourceOutputSelector.Builder.include(ExchangeId exchangeId, int taskPartitionId, int attemptId) ExchangeSourceOutputSelector.Builder.setPartitionCount(ExchangeId exchangeId, int count) Method parameters in io.trino.spi.exchange with type arguments of type ExchangeIdModifier and TypeMethodDescriptionExchangeSourceOutputSelector.builder(Set<ExchangeId> sourceExchanges) Constructors in io.trino.spi.exchange with parameters of type ExchangeIdConstructor parameters in io.trino.spi.exchange with type arguments of type ExchangeIdModifierConstructorDescriptionBuilder(Set<ExchangeId> sourceExchanges) ExchangeSourceOutputSelector(int version, Map<ExchangeId, io.airlift.slice.Slice> values, boolean finalSelector)