Uses of Class
io.trino.execution.FailureInjector.InjectedFailureType
-
Packages that use FailureInjector.InjectedFailureType Package Description io.trino.execution io.trino.server.testing io.trino.testing -
-
Uses of FailureInjector.InjectedFailureType in io.trino.execution
Methods in io.trino.execution that return FailureInjector.InjectedFailureType Modifier and Type Method Description FailureInjector.InjectedFailureTypeFailureInjector.InjectedFailure. getInjectedFailureType()static FailureInjector.InjectedFailureTypeFailureInjector.InjectedFailureType. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureInjector.InjectedFailureType[]FailureInjector.InjectedFailureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.execution with parameters of type FailureInjector.InjectedFailureType Modifier and Type Method Description voidFailureInjector. 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.InjectedFailureType Constructor Description InjectedFailure(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.InjectedFailureType Modifier and Type Method Description voidTestingTrinoServer. 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.InjectedFailureType Modifier and Type Method Description voidLocalQueryRunner. injectTaskFailure(String traceToken, int stageId, int partitionId, int attemptId, FailureInjector.InjectedFailureType injectionType, Optional<ErrorType> errorType)voidQueryRunner. injectTaskFailure(String traceToken, int stageId, int partitionId, int attemptId, FailureInjector.InjectedFailureType injectionType, Optional<ErrorType> errorType)
-