Uses of Interface
io.trino.spi.exchange.ExchangeSinkHandle
Packages that use ExchangeSinkHandle
-
Uses of ExchangeSinkHandle in io.trino.spi.exchange
Methods in io.trino.spi.exchange that return ExchangeSinkHandleMethods in io.trino.spi.exchange with parameters of type ExchangeSinkHandleModifier and TypeMethodDescriptionExchange.instantiateSink(ExchangeSinkHandle sinkHandle, int taskAttemptId) Registers a sink instance for an attempt.voidExchange.sinkFinished(ExchangeSinkHandle sinkHandle, int taskAttemptId) Called by the engine when an attempt finishes successfully.Exchange.updateSinkInstanceHandle(ExchangeSinkHandle sinkHandle, int taskAttemptId) UpdateExchangeSinkInstanceHandle.