Uses of Interface
io.trino.spi.exchange.ExchangeSinkInstanceHandle
Packages that use ExchangeSinkInstanceHandle
-
Uses of ExchangeSinkInstanceHandle in io.trino.spi.exchange
Methods in io.trino.spi.exchange that return types with arguments of type ExchangeSinkInstanceHandleModifier and TypeMethodDescriptionClass<? extends ExchangeSinkInstanceHandle>ExchangeManagerHandleResolver.getExchangeSinkInstanceHandleClass()Exchange.instantiateSink(ExchangeSinkHandle sinkHandle, int taskAttemptId) Registers a sink instance for an attempt.Exchange.updateSinkInstanceHandle(ExchangeSinkHandle sinkHandle, int taskAttemptId) UpdateExchangeSinkInstanceHandle.Methods in io.trino.spi.exchange with parameters of type ExchangeSinkInstanceHandleModifier and TypeMethodDescriptionExchangeManager.createSink(ExchangeSinkInstanceHandle handle) Called by a worker to create anExchangeSinkfor a specific sink instance.voidExchangeSink.updateHandle(ExchangeSinkInstanceHandle handle) UpdateExchangeSinkInstanceHandle.