Uses of Interface
io.trino.operator.DirectExchangeBuffer
-
Packages that use DirectExchangeBuffer Package Description io.trino.operator -
-
Uses of DirectExchangeBuffer in io.trino.operator
Classes in io.trino.operator that implement DirectExchangeBuffer Modifier and Type Class Description classDeduplicatingDirectExchangeBufferclassStreamingDirectExchangeBufferConstructors in io.trino.operator with parameters of type DirectExchangeBuffer Constructor Description DirectExchangeClient(String selfAddress, FeaturesConfig.DataIntegrityVerification dataIntegrityVerification, DirectExchangeBuffer buffer, io.airlift.units.DataSize maxResponseSize, int concurrentRequestMultiplier, io.airlift.units.Duration maxErrorDuration, boolean acknowledgePages, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduledExecutor, LocalMemoryContext memoryContext, Executor pageBufferClientCallbackExecutor, TaskFailureListener taskFailureListener)
-