Uses of Interface
io.trino.spi.exchange.ExchangeSourceHandle
Packages that use ExchangeSourceHandle
-
Uses of ExchangeSourceHandle in io.trino.spi.exchange
Methods in io.trino.spi.exchange that return types with arguments of type ExchangeSourceHandleModifier and TypeMethodDescriptionClass<? extends ExchangeSourceHandle>ExchangeManagerHandleResolver.getExchangeSourceHandleHandleClass()ExchangeSourceHandleSource.ExchangeSourceHandleBatch.handles()Returns the value of thehandlesrecord component.Method parameters in io.trino.spi.exchange with type arguments of type ExchangeSourceHandleModifier and TypeMethodDescriptionvoidExchangeSource.addSourceHandles(List<ExchangeSourceHandle> handles) Add moreExchangeSourceHandle's to be read by theExchangeSource.Constructor parameters in io.trino.spi.exchange with type arguments of type ExchangeSourceHandleModifierConstructorDescriptionExchangeSourceHandleBatch(List<ExchangeSourceHandle> handles, boolean lastBatch) Creates an instance of aExchangeSourceHandleBatchrecord class.