Uses of Enum Class
io.trino.execution.FailureInjector.InjectedFailureType
Packages that use FailureInjector.InjectedFailureType
-
Uses of FailureInjector.InjectedFailureType in io.trino.execution
Methods in io.trino.execution that return FailureInjector.InjectedFailureTypeModifier and TypeMethodDescriptionFailureInjector.InjectedFailure.getInjectedFailureType()Returns the enum constant of this class with the specified name.static FailureInjector.InjectedFailureType[]FailureInjector.InjectedFailureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.execution with parameters of type FailureInjector.InjectedFailureTypeModifier and TypeMethodDescriptionvoidFailureInjector.injectTaskFailure(String traceToken, int stageId, int partitionId, int attemptId, FailureInjector.InjectedFailureType injectionType, Optional<ErrorType> errorType) Constructors in io.trino.execution with parameters of type FailureInjector.InjectedFailureTypeModifierConstructorDescriptionInjectedFailure(FailureInjector.InjectedFailureType injectedFailureType, Optional<ErrorType> taskFailureErrorType) -
Uses of FailureInjector.InjectedFailureType in io.trino.server.testing
Methods in io.trino.server.testing with parameters of type FailureInjector.InjectedFailureTypeModifier and TypeMethodDescriptionvoidTestingTrinoServer.injectTaskFailure(String traceToken, int stageId, int partitionId, int attemptId, FailureInjector.InjectedFailureType injectionType, Optional<ErrorType> errorType) -
Uses of FailureInjector.InjectedFailureType in io.trino.testing
Methods in io.trino.testing with parameters of type FailureInjector.InjectedFailureTypeModifier and TypeMethodDescriptionvoidQueryRunner.injectTaskFailure(String traceToken, int stageId, int partitionId, int attemptId, FailureInjector.InjectedFailureType injectionType, Optional<ErrorType> errorType) voidStandaloneQueryRunner.injectTaskFailure(String traceToken, int stageId, int partitionId, int attemptId, FailureInjector.InjectedFailureType injectionType, Optional<ErrorType> errorType)