Uses of Class
io.trino.operator.RetryPolicy
-
Packages that use RetryPolicy Package Description io.trino io.trino.execution 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 static RetryPolicySystemSessionProperties. getRetryPolicy(Session session) -
Uses of RetryPolicy in io.trino.execution
Methods in io.trino.execution that return RetryPolicy Modifier and Type Method Description @NotNull RetryPolicyQueryManagerConfig. getRetryPolicy()Methods in io.trino.execution with parameters of type RetryPolicy Modifier and Type Method Description QueryManagerConfigQueryManagerConfig. 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 DirectExchangeClientDirectExchangeClientFactory. get(LocalMemoryContext memoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)DirectExchangeClientDirectExchangeClientSupplier. get(LocalMemoryContext memoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy)Constructors in io.trino.operator with parameters of type RetryPolicy Constructor Description DeduplicatingDirectExchangeBuffer(Executor executor, io.airlift.units.DataSize bufferCapacity, RetryPolicy retryPolicy)ExchangeOperatorFactory(int operatorId, PlanNodeId sourceId, DirectExchangeClientSupplier directExchangeClientSupplier, PagesSerdeFactory serdeFactory, RetryPolicy retryPolicy, ExchangeManagerRegistry exchangeManagerRegistry) -
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)
-