Uses of Class
io.trino.operator.RetryPolicy
-
Packages that use RetryPolicy Package Description io.trino io.trino.operator io.trino.sql.planner.plan -
-
Uses of RetryPolicy in io.trino
Methods in io.trino that return RetryPolicy Modifier and Type Method Description @NotNull RetryPolicyFeaturesConfig. getRetryPolicy()static RetryPolicySystemSessionProperties. getRetryPolicy(Session session)Methods in io.trino with parameters of type RetryPolicy Modifier and Type Method Description FeaturesConfigFeaturesConfig. setRetryPolicy(RetryPolicy retryPolicy) -
Uses of RetryPolicy in io.trino.operator
Methods in io.trino.operator that return RetryPolicy Modifier and Type Method Description static RetryPolicyRetryPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static RetryPolicy[]RetryPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.operator with parameters of type RetryPolicy Modifier and Type Method Description ExchangeClientExchangeClientFactory. get(LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)ExchangeClientExchangeClientSupplier. get(LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)Constructors in io.trino.operator with parameters of type RetryPolicy Constructor Description DeduplicationExchangeClientBuffer(Executor executor, io.airlift.units.DataSize bufferCapacity, RetryPolicy retryPolicy)ExchangeOperatorFactory(int operatorId, PlanNodeId sourceId, ExchangeClientSupplier exchangeClientSupplier, PagesSerdeFactory serdeFactory, RetryPolicy retryPolicy) -
Uses of RetryPolicy in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return RetryPolicy Modifier and Type Method Description RetryPolicyRemoteSourceNode. getRetryPolicy()Constructors in io.trino.sql.planner.plan with parameters of type RetryPolicy Constructor Description RemoteSourceNode(PlanNodeId id, PlanFragmentId sourceFragmentId, List<Symbol> outputs, Optional<OrderingScheme> orderingScheme, ExchangeNode.Type exchangeType, RetryPolicy retryPolicy)RemoteSourceNode(PlanNodeId id, List<PlanFragmentId> sourceFragmentIds, List<Symbol> outputs, Optional<OrderingScheme> orderingScheme, ExchangeNode.Type exchangeType, RetryPolicy retryPolicy)
-