Uses of Enum
io.trino.FeaturesConfig.DataIntegrityVerification
Packages that use FeaturesConfig.DataIntegrityVerification
-
Uses of FeaturesConfig.DataIntegrityVerification in io.trino
Methods in io.trino that return FeaturesConfig.DataIntegrityVerificationModifier and TypeMethodDescriptionFeaturesConfig.getExchangeDataIntegrityVerification()Returns the enum constant of this type with the specified name.FeaturesConfig.DataIntegrityVerification.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino with parameters of type FeaturesConfig.DataIntegrityVerificationModifier and TypeMethodDescriptionFeaturesConfig.setExchangeDataIntegrityVerification(FeaturesConfig.DataIntegrityVerification exchangeDataIntegrityVerification) -
Uses of FeaturesConfig.DataIntegrityVerification in io.trino.operator
Constructors in io.trino.operator with parameters of type FeaturesConfig.DataIntegrityVerificationModifierConstructorDescriptionExchangeClient(String selfAddress, FeaturesConfig.DataIntegrityVerification dataIntegrityVerification, ExchangeClientBuffer buffer, io.airlift.units.DataSize maxResponseSize, int concurrentRequestMultiplier, io.airlift.units.Duration maxErrorDuration, boolean acknowledgePages, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduledExecutor, LocalMemoryContext systemMemoryContext, Executor pageBufferClientCallbackExecutor, TaskFailureListener taskFailureListener) ExchangeClientFactory(io.airlift.node.NodeInfo nodeInfo, FeaturesConfig.DataIntegrityVerification dataIntegrityVerification, io.airlift.units.DataSize maxBufferedBytes, io.airlift.units.DataSize maxResponseSize, int concurrentRequestMultiplier, io.airlift.units.Duration maxErrorDuration, boolean acknowledgePages, int pageBufferClientMaxCallbackThreads, io.airlift.http.client.HttpClient httpClient, ScheduledExecutorService scheduler) HttpPageBufferClient(String selfAddress, io.airlift.http.client.HttpClient httpClient, FeaturesConfig.DataIntegrityVerification dataIntegrityVerification, io.airlift.units.DataSize maxResponseSize, io.airlift.units.Duration maxErrorDuration, boolean acknowledgePages, TaskId remoteTaskId, URI location, HttpPageBufferClient.ClientCallback clientCallback, ScheduledExecutorService scheduledExecutor, com.google.common.base.Ticker ticker, Executor pageBufferClientCallbackExecutor) HttpPageBufferClient(String selfAddress, io.airlift.http.client.HttpClient httpClient, FeaturesConfig.DataIntegrityVerification dataIntegrityVerification, io.airlift.units.DataSize maxResponseSize, io.airlift.units.Duration maxErrorDuration, boolean acknowledgePages, TaskId remoteTaskId, URI location, HttpPageBufferClient.ClientCallback clientCallback, ScheduledExecutorService scheduledExecutor, Executor pageBufferClientCallbackExecutor)