Uses of Enum Class
io.trino.spi.exchange.Exchange.SourceHandlesDeliveryMode
Packages that use Exchange.SourceHandlesDeliveryMode
-
Uses of Exchange.SourceHandlesDeliveryMode in io.trino.spi.exchange
Subclasses with type arguments of type Exchange.SourceHandlesDeliveryMode in io.trino.spi.exchangeMethods in io.trino.spi.exchange that return Exchange.SourceHandlesDeliveryModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Exchange.SourceHandlesDeliveryMode[]Exchange.SourceHandlesDeliveryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.exchange with parameters of type Exchange.SourceHandlesDeliveryModeModifier and TypeMethodDescriptiondefault voidExchange.setSourceHandlesDeliveryMode(Exchange.SourceHandlesDeliveryMode sourceHandlesDeliveryMode) ChangeExchangeSourceHandleSourcedelivery mode.