Uses of Enum
io.trino.operator.RetryPolicy
Packages that use RetryPolicy
-
Uses of RetryPolicy in io.trino
Methods in io.trino that return RetryPolicyModifier and TypeMethodDescriptionstatic RetryPolicySystemSessionProperties.getRetryPolicy(Session session) -
Uses of RetryPolicy in io.trino.execution
Methods in io.trino.execution that return RetryPolicyMethods in io.trino.execution with parameters of type RetryPolicy -
Uses of RetryPolicy in io.trino.operator
Methods in io.trino.operator that return RetryPolicyModifier and TypeMethodDescriptionstatic RetryPolicyReturns 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 RetryPolicyModifier and TypeMethodDescriptionExchangeClientFactory.get(LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy) ExchangeClientSupplier.get(LocalMemoryContext systemMemoryContext, TaskFailureListener taskFailureListener, RetryPolicy retryPolicy) Constructors in io.trino.operator with parameters of type RetryPolicyModifierConstructorDescriptionDeduplicationExchangeClientBuffer(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 RetryPolicyConstructors in io.trino.sql.planner.plan with parameters of type RetryPolicyModifierConstructorDescriptionRemoteSourceNode(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)