- SecondStringFallbackHandler - Class in org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver
-
A fallback handler to recover and return a string object.
- SecondStringFallbackHandler() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.SecondStringFallbackHandler
-
- service(Future<?>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncClassLevelClient
-
Service an operation until waitCondition is completed or 1000 second timeout.
- service(Future<?>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncClient
-
Service an operation until waitCondition is completed or 1000 second timeout.
- service(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleService1
-
- service(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleService2
-
- service(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleServiceSuperclass
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.BaseCircuitBreakerOnClass
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.BaseCircuitBreakerOnClassAndMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.BaseCircuitBreakerOnMethod
-
- service() - Method in interface org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleService
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleService1
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleService2
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnClassAndMethodNoAnnotationOnOverriddenMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnClassAndMethodOverrideOnClassWithOverriddenMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnClassAndMethodOverrideOnMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnClassNoAnnotationOnOverriddenMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnClassOverrideOnClassWithOverriddenMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnClassOverrideOnMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnMethodNoAnnotationOnOverriddenMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnMethodOverrideOnClassWithOverriddenMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.DerivedCircuitBreakerOnMethodOverrideOnMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.BaseRetryOnClassAndMethodService
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.BaseRetryOnClassService
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.BaseRetryOnMethodService
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnClassAndMethodServiceNoAnnotationMethodOverride
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnClassAndMethodServiceOverrideClassLevelMethodOverride
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnClassAndMethodServiceOverrideMethodLevel
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnClassServiceNoAnnotationOnOveriddenMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnClassServiceOverrideClassLevelMethodOverride
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnClassServiceOverrideMethodLevel
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnMethodServiceNoAnnotationOnOverridedMethod
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnMethodServiceOverridedClassLevelMethodOverride
-
- service() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryOnMethodServiceOverridedMethodLevel
-
- service() - Method in interface org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryService
-
- service1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.fallback.AsyncFallbackClient
-
Returns a Future which always completes successfully, so should NOT fallback.
- service1(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.MutlipleMethodsBulkheadLifecycleService
-
- service1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.MutlipleMethodsCircuitBreakerLifecycleService
-
- service1RollingWindowOpenAfter4() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientRollingWindow
-
- service2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.fallback.AsyncFallbackClient
-
Always throws an exception directly, so should fallback.
- service2(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.MutlipleMethodsBulkheadLifecycleService
-
- service2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.MutlipleMethodsCircuitBreakerLifecycleService
-
- service2RollingWindowOpenAfter5() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientRollingWindow
-
- service3() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.fallback.AsyncFallbackClient
-
Returns a Future which always completes exceptionally, but the return type is Future, so should NOT fallback.
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning a CompletionStage and configured to always completeExceptionally.
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynctimeout.clientserver.AsyncClassLevelTimeoutClient
-
serviceA is a slow running service that will take 5 seconds in normal operation.
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynctimeout.clientserver.AsyncTimeoutClient
-
serviceA is a slow running service that will take 5 seconds in normal operation.
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClassLevelClientWithDelay
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClassLevelClientWithRetry
-
- serviceA(int[]) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientDefaultSuccessThreshold
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientHigherSuccessThreshold
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientNoDelay
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithDelay
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetry
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetryAsync
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.clientserver.ConfigClassLevelClient
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.clientserver.ConfigClassLevelMaxDurationClient
-
Max retries is configured to 90 but the max duration is 3 seconds with a default durationUnit of milliseconds.
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.clientserver.ConfigClient
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableClient
-
Invokes connection service and increases the counter for invocations the connection service
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackClassLevelClient
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackClient
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackOnlyClient
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackWithBeanClient
-
- serviceA(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.exception.hierarchy.FallbackService
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.BulkheadClientForValidation
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.BulkheadClientForValidationAsynchQueue
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.CircuitBreakerClientForValidationDelay
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.CircuitBreakerClientForValidationFailureRatioNeg
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.CircuitBreakerClientForValidationFailureRatioPos
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.CircuitBreakerClientForValidationReqVol0
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.CircuitBreakerClientForValidationReqVolNeg
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.CircuitBreakerClientForValidationSuccess0
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.CircuitBreakerClientForValidationSuccessNeg
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.RetryClientForValidationDelay
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.RetryClientForValidationDelayDuration
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.RetryClientForValidationJitter
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.RetryClientForValidationMaxRetries
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.TimeoutClientForValidation
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClassLevelClientAbortOn
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClassLevelClientForMaxRetries
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClassLevelClientRetryOn
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientAbortOn
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientForMaxRetries
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientForZeroJitter
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientRetryOn
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientWithDelay
-
- serviceA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientWithNoDelayAndJitter
-
- serviceA(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.exception.hierarchy.RetryService
-
- serviceA(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.retrytimeout.clientserver.RetryTimeoutClient
-
Times out after 500ms, retries once
- serviceA(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.DefaultTimeoutClient
-
serviceA uses the default Fault Tolerance timeout of 1 second.
- serviceA(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.ShorterTimeoutClient
-
serviceA uses the class scoped Fault Tolerance timeout of 0.5 seconds.
- serviceA(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.TimeoutClient
-
serviceA uses the default Fault Tolerance timeout of 1 second.
- serviceA1(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceA2(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceA3(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceA4(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceA5(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceA6(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceA7(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceA8(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceA9(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceAbortOn(RuntimeException, AtomicInteger) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigBean
-
- serviceAsync(Barrier, AtomicBoolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncCancellationClient
-
- serviceAsyncBulkhead(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncCancellationClient
-
- serviceAsyncRetry(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncCancellationClient
-
- serviceAthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceAthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceAthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceAthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceAthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceAthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceAthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceAthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceAthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceAthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceAthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynctimeout.clientserver.AsyncTimeoutClient
-
serviceB is a fast running service that will take 0.5 seconds in normal operation.
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClassLevelClientWithDelay
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClassLevelClientWithRetry
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetry
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetryAsync
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.clientserver.ConfigClassLevelClient
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableClient
-
Invokes name service and increases the counter for invocations of serviceB
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackClassLevelClient
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackClient
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackOnlyClient
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackWithBeanClient
-
- serviceB(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.exception.hierarchy.FallbackService
-
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.FallbackClient
-
Retry 5 times and then fallback
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.FallbackClientWithBothFallbacks
-
Retry 5 times and then fallback
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.FallbackMethodClient
-
Retry 5 times and then fallback
- serviceB(String, Integer) - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.FallbackMethodWithArgsClient
-
Retry 5 times and then fallback
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClassLevelClientAbortOn
-
serviceB is configured to retry on a RuntimeException.
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClassLevelClientForMaxRetries
-
Max retries is configured to 90 but the max duration is 1 second with a default durationUnit of milliseconds.
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClassLevelClientRetryOn
-
serviceB is configured to retry on an IOException.
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientAbortOn
-
serviceB is configured to retry on a RuntimeException.
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientForMaxRetries
-
Max retries is configured to 90 but the max duration is 1 second with a default durationUnit of milliseconds.
- serviceB() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientRetryOn
-
The configured the max retries is 90 but the max duration is 100ms.
- serviceB(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.exception.hierarchy.RetryService
-
- serviceB(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.DefaultTimeoutClient
-
serviceB specifies a an overriding Timeout longer than the default, at 2 seconds
- serviceB(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.ShorterTimeoutClient
-
serviceB specifies a an overriding Timeout longer than the default, at 2 seconds
- serviceB(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.TimeoutClient
-
serviceB specifies a Timeout longer than the default, at 2 seconds
- serviceB1(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceB2(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceB3(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceB4(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceB5(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceB6(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceB7(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceB8(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceB9(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceBaseROCM() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROCMNoRedefinition() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROCMOverridedClassLevelMethodOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROCMOverridedClassLevelNoMethodOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROCMRetryMissingOnMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROM() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROMNoRedefinition() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROMOverridedClassLevelMethodOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROMOverridedClassLevelNoMethodOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROMOverridedMethodLevel() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBaseROMRetryMissingOnMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceBFailException(CompletionStage) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning a CompletionStage and configured to always completeExceptionally.
- serviceBFailExceptionally(CompletionStage) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning a CompletionStage and configured to always completeExceptionally.
- serviceBFallback() - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.FallbackClientWithBothFallbacks
-
- serviceBoth() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigBean
-
- serviceBthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceBthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceBthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceBthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceBthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceBthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceBthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceBthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceBthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceBthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceBthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning a CompletionStage and configured to completeExceptionally twice.
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClassLevelClientWithDelay
-
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetry
-
Configured to always time out and Retry until CircuitBreaker is triggered on 4th call.
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetryAsync
-
Configured to always time out and Retry until CircuitBreaker is triggered on 4th call.
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.clientserver.ConfigClient
-
Max retries is configured to 90 but the max duration is 3 seconds with a default durationUnit of milliseconds.
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableClient
-
Invokes connection service and increases the counter for invocations of serviceC and connection service
- serviceC(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackClient
-
- serviceC(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.exception.hierarchy.FallbackService
-
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClassLevelClientForMaxRetries
-
Max retries is configured to 90 but the max duration is 1 second with a durationUnit of seconds specified.
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientForMaxRetries
-
Max retries is configured to 90 but the max duration is 1 second with a durationUnit of seconds specified.
- serviceC() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientRetryOn
-
Service that throws a child custom exception but in the retry on list is configured child's parent custom
exception
- serviceC(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.exception.hierarchy.RetryService
-
- serviceC(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.TimeoutClient
-
serviceC specifies a Timeout shorter than the default, at .5 seconds
- serviceC1(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceC2(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceC3(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceC4(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceC5(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceC6(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceC7(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceC8(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceC9(Throwable) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.exception.hierarchy.CircuitBreakerService
-
- serviceCallingCompletionStageMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncApplicationScopeClient
-
- serviceCallingFutureMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncApplicationScopeClient
-
- serviceCS(Future<?>, boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncClassLevelClient
-
Service an operation until waitCondition is completed or 1000 second timeout.
- serviceCS(Future<?>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncClassLevelClient
-
- serviceCS(Future<?>, boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncClient
-
Service an operation until waitCondition is completed or 1000 second timeout.
- serviceCS(Future<?>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncClient
-
- serviceCS(Future<?>, CompletionStage<Connection>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.AsyncClient
-
- serviceCS(CompletionStage<Void>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadCompletionStageBean
-
Returns stage
as the result
- serviceCS1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.fallback.AsyncFallbackClient
-
Returns a CompletionStage which always completes successfully, so should NOT fallback.
- serviceCS2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.fallback.AsyncFallbackClient
-
Always throws an exception directly, so should fallback.
- serviceCS3() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.fallback.AsyncFallbackClient
-
Returns a CompletionStage which always completes exceptionally, so should fallback.
- serviceCthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsE0() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceCthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsE0S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceCthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsE1() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceCthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsE1S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceCthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsE2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceCthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsE2S() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceCthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsError() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceCthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceCthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest
-
- serviceCthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- serviceCthrowsRuntimeException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest
-
- serviceD() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning a chained, running sequentially, CompletionStage configured to
completeExceptionally twice.
- serviceD() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClassLevelClientWithDelay
-
- serviceD(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableClient
-
serviceD uses the default Fault Tolerance timeout of 1 second.
- serviceD() - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackClient
-
- serviceD() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientRetryOn
-
Service that throws a child custom exception but in the retry on list is configured child's parent custom
exception and is configured in the abort on list the child custom exception
- serviceD(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.TimeoutClient
-
serviceD specifies a Timeout longer than the default, at 2 seconds.
- serviceDelay() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigBean
-
- serviceDerivedClassNoRedefinition() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceE() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning a chained, running sequentially, CompletionStage configured to
completeExceptionally on all calls.
- serviceE(String, Integer) - Method in class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.FallbackClient
-
- serviceF() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning a parallel execution of 2 CompletionStages.
- serviceG() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning a parallel execution of 2 CompletionStages.
- serviceH() - Method in class org.eclipse.microprofile.fault.tolerance.tck.asyncretry.clientserver.AsyncRetryClient
-
Service will retry a method returning CompletionStages but throwing an exception.
- serviceJitter() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigBean
-
Method to detect whether jitter is enabled
- serviceMaxDuration() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigBean
-
- serviceMaxRetries(AtomicInteger) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigBean
-
- serviceOverrideClassLevelUsesClassLevelAnnotation() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceOverrideClassLevelUsesClassLevelAnnotationWithMethodOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceOverrideMethodLevelUsesMethodLevelAnnotation() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- servicePressure(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadPressureBean
-
- servicePressureAsync(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadPressureBean
-
- serviceRetryA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.InterceptorComponent
-
- serviceRetryA() - Method in class org.eclipse.microprofile.fault.tolerance.tck.interceptor.InterceptorComponent
-
- serviceRetryOn(RuntimeException, AtomicInteger) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigBean
-
- serviceRetryRemovedAtMethodLevel() - Method in class org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest
-
- serviceTimeout(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.UninterruptableTimeoutClient
-
Waits for at least waitms
, then returns
- serviceTimeoutAsync(Future<?>, CompletableFuture<Void>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.UninterruptableTimeoutClient
-
Waits for waitingFuture to complete, then returns.
- serviceTimeoutAsyncBulkhead(Future<?>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.UninterruptableTimeoutClient
-
Waits for waitingFuture to complete, then returns.
- serviceTimeoutAsyncBulkheadQueueTimed(Future<?>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.UninterruptableTimeoutClient
-
Waits for waitingFuture to complete, then returns.
- serviceTimeoutAsyncCS(long) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.UninterruptableTimeoutClient
-
Waits for at least waitMs
, then returns
- serviceTimeoutAsyncFallback(Future<?>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.UninterruptableTimeoutClient
-
Waits for waitingFuture to complete, then returns.
- serviceTimeoutAsyncRetry(Future<?>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.UninterruptableTimeoutClient
-
Waits for waitingFuture to complete, then returns.
- serviceUnit() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigBean
-
- serviceValue(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigBean
-
- serviceValue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigBean
-
- serviceWaitingTaskQueue(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigBean
-
- serviceWithAbortOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retrytimeout.clientserver.RetryTimeoutClient
-
Sleeps for 1000ms, times out after 500ms, retries once on anything but TimeoutException
- serviceWithoutRetryOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.retrytimeout.clientserver.RetryTimeoutClient
-
Sleeps for 1000ms, times out after 500ms, retries once on BulkheadException
- serviceWithRetryFailOnCbOpen(boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetry
-
Has a CircuitBreaker and Retries on all exceptions except TestException and CircuitBreakerOpenException
- serviceWithRetryFailOnCbOpen(boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetryAsync
-
Has a CircuitBreaker and Retries on all exceptions except TestException and CircuitBreakerOpenException
- serviceWithRetryOnCbOpen(boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetry
-
Has a CircuitBreaker and Retries on CircuitBreakerOpenException
- serviceWithRetryOnCbOpen(boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetryAsync
-
Has a CircuitBreaker and Retries on CircuitBreakerOpenException
- serviceWithRetryOnTimeout(boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetry
-
Has a CircuitBreaker and Retries on TimeoutException
- serviceWithRetryOnTimeout(boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithRetryAsync
-
Has a CircuitBreaker and Retries on TimeoutException
- serviceWithTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithTimeout
-
Sleeps for 1000ms, times out after 500ms
- serviceWithTimeoutWithoutFailOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithTimeout
-
Sleeps for 1000ms, times out after 500ms
- set(Class<?>, String, Class<? extends Annotation>, String, String) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.ConfigAnnotationAsset
-
Configure a parameter on an annotation applied to a method
- setCounterForInvokingServiceA(int) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClassLevelClientWithDelay
-
- setCounterForInvokingServiceA(int) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientDefaultSuccessThreshold
-
- setCounterForInvokingServiceA(int) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientHigherSuccessThreshold
-
- setCounterForInvokingServiceA(int) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientNoDelay
-
- setCounterForInvokingServiceA(int) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithDelay
-
- setFallbackAction(FallbackMetricBean.Action) - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricBean
-
Set whether the fallback method and handler should pass or throw an exception
- setGlobally(Class<? extends Annotation>, String, String) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.ConfigAnnotationAsset
-
Configure the parameter of an annotation globally
- setup() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- setValue(Class<?>, String, Class<? extends Annotation>, String) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.ConfigAnnotationAsset
-
Configure the value
parameter on an annotation applied to a method
- ShorterTimeoutClient - Class in org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver
-
A client to test Timeouts
- ShorterTimeoutClient() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.ShorterTimeoutClient
-
- skipOnMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigBean
-
Method throws TestConfigExceptionA which will result in CircuitBreakerOpenException on the third call, unless
skipOn is configured to TestConfigExceptionA.
- skipOnMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigBean
-
TestConfigExceptionA will cause fallback to run, unless skipOn is configured
- SkippedException() - Constructor for exception org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricBean.SkippedException
-
- StringFallbackHandler - Class in org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver
-
A fallback handler to recover and return a string object.
- StringFallbackHandler() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.StringFallbackHandler
-
- StringFallbackHandlerWithBean - Class in org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver
-
A fallback handler to recover and return a string object.
- StringFallbackHandlerWithBean() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.fallback.clientserver.StringFallbackHandlerWithBean
-
- submit(Callable<T>) - Method in class org.eclipse.microprofile.fault.tolerance.tck.util.AsyncCaller
-
Run a callable asynchronously
- successThresholdMethod(boolean) - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigBean
-
This method's circuit breaker moves from half-open to closed after 4 consecutive successes, unless
successThreshold is configured differently.
- TCKConfig - Class in org.eclipse.microprofile.fault.tolerance.tck.util
-
- TCKConfigArchiveAppender - Class in org.eclipse.microprofile.fault.tolerance.tck.extension
-
Transfers TCK config to all deployed apps
- TCKConfigArchiveAppender() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.extension.TCKConfigArchiveAppender
-
- TckLoadableExtension - Class in org.eclipse.microprofile.fault.tolerance.tck.extension
-
Extension to register extensions required by the TCK
- TckLoadableExtension() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.extension.TckLoadableExtension
-
- teardown() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead10ClassAsynchronousBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead10ClassSemaphoreBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead10MethodAsynchronousBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead10MethodSemaphoreBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead1Retry0MethodSyncBean
-
- test(Barrier, RuntimeException) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead1Retry1SyncClassBean
-
- test(Barrier, RuntimeException) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead1Retry1SyncMethodBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead1RetryManySyncClassBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead1RetryManySyncMethodBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead33RetryManyAsyncClassBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead33RetryManyAsyncMethodBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead3ClassAsynchronousBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead3ClassSemaphoreBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead3MethodAsynchronousBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead3MethodSemaphoreBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead3TaskQueueSemaphoreBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead55RapidRetry10ClassAsynchBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead55RapidRetry10MethodAsynchBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadClassAsynchronousDefaultBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadClassAsynchronousQueueingBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadClassSemaphoreDefaultBean
-
- test(Future<String>, Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadFutureClassBean
-
- test(Future<String>, Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadFutureMethodBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadMethodAsynchronousDefaultBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadMethodAsynchronousQueueingBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadMethodSemaphoreDefaultBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadRetryAbortOnAsyncBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadRetryAbortOnSyncBean
-
- test(Barrier, RuntimeException) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadRetryDelayAsyncBean
-
- test(Barrier, RuntimeException) - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadRetryQueueAsyncBean
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithAsyncBulkhead
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithAsyncBulkheadNoFail
-
- test(Barrier) - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithSyncBulkhead
-
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodTest
-
Test that the deployment of a FallbackHandler with an invalid Fallback Method leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodWithArgsTest
-
Test that the deployment of a FallbackHandler with an invalid Fallback Method leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackPolicies
-
Test that the deployment of specifying both handler and fallback method causing deployment failure.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackTest
-
Test that the deployment of an invalid FallbackHandler leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousClassTest
-
Test that the deployment of an Asynchronous class which has a method which doesn't return Future or
CompletionStage leads to a FaultToleranceDefinitionException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousMethodTest
-
Test that the deployment of an Asynchronous method which doesn't return Future or CompletionStage leads to a
FaultToleranceDefinitionException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadAsynchQueueTest
-
Test that the deployment of an invalid @Bulkhead parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadValueTest
-
Test that the deployment of an invalid @Bulkhead parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerDelayTest
-
Test that the deployment of an invalid @CircuitBreaker parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioNegTest
-
Test that the deployment of an invalid @CircuitBreaker parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureRatioPosTest
-
Test that the deployment of an invalid @CircuitBreaker parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVol0Test
-
Test that the deployment of an invalid @CircuitBreaker parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVolNegTest
-
Test that the deployment of an invalid @CircuitBreaker parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccess0Test
-
Test that the deployment of an invalid @CircuitBreaker parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccessNegTest
-
Test that the deployment of an invalid @CircuitBreaker parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayDurationTest
-
Test that the deployment of an invalid @Retry parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayTest
-
Test that the deployment of an invalid @Retry parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryJitterTest
-
Test that the deployment of an invalid @Retry parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryMaxRetriesTest
-
Test that the deployment of an invalid @Retry parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidTimeoutValueTest
-
Test that the deployment of an invalid @Timeout parameter leads to a DeploymentException.
- test() - Method in class org.eclipse.microprofile.fault.tolerance.tck.ZeroRetryJitterTest
-
Test that checks that jitter = 0 does not generate error during method call.
- testAllMetrics() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest
-
- testApplyOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.FallbackApplyOnConfigTest
-
- testApplyOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest
-
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod
-
A test to check that asynchronous is disabled
In normal operation, asyncClient.asyncWaitThenReturn() is launched asynchronously.
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest
-
A test to check that asynchronous is enabled
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest
-
A test to check that asynchronous is enabled
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest
-
A test to check that asynchronous is disabled
In normal operation, asyncClient.asyncWaitThenReturn() is launched asynchronously.
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest
-
A test to check that asynchronous is enabled
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest
-
A test to check that asynchronous is disabled
In normal operation, asyncClient.asyncWaitThenReturn() is launched asynchronously.
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest
-
A test to check that asynchronous is disabled
In normal operation, asyncClient.asyncWaitThenReturn() is launched asynchronously.
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest
-
A test to check that asynchronous is enabled
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest
-
A test to check that asynchronous is enabled
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest
-
A test to check that asynchronous is enabled
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest
-
This test validates the interceptors execution order after call a method annotated with Asynchronous FT
annotation, using a queue type FIFO (first-in-first-out).
- testAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest
-
This test validates the interceptors execution order after call a method annotated with Asynchronous FT
annotation, using a queue type FIFO (first-in-first-out).
- testAsyncCallbacksChained() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest
-
Test that the callbacks added to the initial stage are executed after the stage returned by the asynchronous
method call is completed.
- testAsyncClassLevelTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest
-
Analogous to testAsyncTimeout but using Class level rather than method level annotations.
- testAsyncCompletesExceptionallyWhenCompletedExceptionally() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest
-
Test that the stage returned by calling an asynchronous method is completed exceptionally if the method returns a
stage completed exceptionally
- testAsyncCompletesExceptionallyWhenExceptionThrown() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest
-
Test that the stage returned by calling an asynchronous method is completed exceptionally if the method throws an
exception
- testAsyncCSFallbackFutureCompletesExceptionally() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest
-
- testAsyncCSFallbackMethodThrows() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest
-
- testAsyncCSFallbackSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest
-
- testAsyncFallbackFutureCompletesExceptionally() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest
-
- testAsyncFallbackMethodThrows() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest
-
- testAsyncFallbackSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest
-
- testAsyncIsFinished() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest
-
Test that the stage returned by calling an asynchronous method is done if called after waiting enough time to end
the operation
- testAsyncIsFinished() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest
-
Test that the future returned by calling an asynchronous method is done if called after waiting enough time to
end the operation
- testAsyncIsNotFinished() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest
-
Test that the stage returned by calling an asynchronous method is not done if called right after the operation
- testAsyncIsNotFinished() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest
-
Test that the future returned by calling an asynchronous method is not done if called right after the operation
- testAsyncNoTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest
-
Test that an Asynchronous Service does not throw a TimeoutException where the service completes more quickly than
the specified time out.
- testAsyncRequestContextWithCompletionStage() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest
-
Test that the request context is active during execution for an asynchronous method that returns a
CompletionStage
If the request scope is active, then an @ApplicationScoped bean should be able to asynchronously call
an @Asynchronous method returning a CompletionStage on a @RequestScoped bean, and return the correct result
- testAsyncRequestContextWithFuture() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest
-
Test that the request context is active during execution for an asynchronous method that returns a Future
If the request scope is active, then an @ApplicationScoped bean should be able to asynchronously call
an @Asynchronous method returning a Future on a @RequestScoped bean, and return the correct result
- testAsyncRetryExceptionally() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Persistent Error condition.
- testAsyncTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest
-
Test that an Asynchronous Service times out as expected where the service is annotated with both
the @Asynchronous and @Timeout annotations.
- testBulkhead(int, int, Function<Barrier, Future<?>>) - Static method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Conducts a standard test to ensure that an asynchronous bulkhead with no other annotations works correctly.
- testBulkhead(int, Consumer<Barrier>) - Static method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest
-
Conducts a standard test to ensure that a synchronous bulkhead with no other annotations works correctly.
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest
-
Test whether Bulkhead is enabled on waitWithBulkhead()
- testBulkheadClassAsynchFutureDoneAfterGet() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest
-
Tests that the Future that is returned from a asynchronous bulkhead can be queried for Done OK after a goodpath
get with timeout and also multiple gets can be called ok.
- testBulkheadClassAsynchFutureDoneWithoutGet() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest
-
Tests that the Future that is returned from a asynchronous bulkhead can be queried for Done OK when get() is not
called.
- testBulkheadClassAsynchronous10() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Tests the class asynchronous Bulkhead(10) This test will check that 10 and no more than 10 asynchronous calls are
allowed into a method that is a member of a @Bulkhead(10)
Class.
- testBulkheadClassAsynchronous3() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Tests the class asynchronous Bulkhead(3) This test will check that 3 and no more than 3 asynchronous calls are
allowed into a method that is a member of a @Bulkhead(3)
Class.
- testBulkheadClassAsynchronousDefault() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Tests the basic class asynchronous Bulkhead with defaulting value parameter.
- testBulkheadClassAsynchronousQueueing5() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Tests the queueing class asynchronous Bulkhead with value parameter 10.
- testBulkheadClassSemaphore10() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest
-
Tests the class synchronous Bulkhead10.
- testBulkheadClassSemaphore3() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchConfigTest
-
Tests taking Bulkhead3 waiting for 3 and no more workers and change its configuration by propoerty to switch to 5
workers.
- testBulkheadClassSemaphore3() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest
-
Tests the class synchronous Bulkhead3.
- testBulkheadClassSemaphoreDefault() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest
-
Tests the basic class synchronous Bulkhead.
- testBulkheadCompletionStage() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Test that an asynchronous method which returns an incomplete CompletionStage still reserves a slot in the
bulkhead
- testBulkheadExceptionRetriedClassAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest
-
Test that bulkhead exceptions are retried with annotations on class
- testBulkheadExceptionRetriedMethodAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest
-
Test that bulkhead exceptions are retried with annotations on method
- testBulkheadExceptionThrownClassAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest
-
Test that we still get BulkheadExceptions despite using Retry if the bulkhead remains full while the retry is
active.
- testBulkheadExceptionThrownMethodAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest
-
Test that we still get BulkheadExceptions despite using Retry if the bulkhead remains full while the retry is
active.
- testBulkheadMethodAsynchFutureDoneAfterGet() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest
-
Tests that the Future that is returned from an asynchronous bulkhead method can be queried for Done OK before and
after a goodpath .get()
- testBulkheadMethodAsynchFutureDoneWithoutGet() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest
-
Tests that the Future that is returned from a asynchronous bulkhead method can be queried for Done OK even if the
user never calls get() to drive the backend (i.e.
- testBulkheadMethodAsynchronous10() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Tests the method asynchronous Bulkhead(10).
- testBulkheadMethodAsynchronous3() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Tests the method asynchronous Bulkhead(3).
- testBulkheadMethodAsynchronousDefault() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Tests the basic method asynchronous Bulkhead with defaulting value parameter.
- testBulkheadMethodAsynchronousQueueing5() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest
-
Tests the queueing method asynchronous Bulkhead with value parameter 10.
- testBulkheadMethodSemaphore10() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest
-
Tests the method synchronous Bulkhead10.
- testBulkheadMethodSemaphore3() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest
-
Tests the method synchronous Bulkhead3.
- testBulkheadMethodSemaphoreDefault() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest
-
Tests the basic method synchronous Bulkhead with defaulting value parameter.
- testBulkheadPressureAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest
-
- testBulkheadPressureSync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest
-
- testCancel() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest
-
- testCancelledButRemainsInBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest
-
- testCancelledDoesNotRetry() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest
-
- testCancelledWhileQueued() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest
-
- testCancelWithoutInterrupt() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest
-
- testCircuitBreaker() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest
-
A test to ensure that the CircuitBreaker does not open in response to a BulkheadException if failOn
does
not include BulkheadException
Uses an asynchronous bulkhead
With requestVolumeThreshold = 3, failureRatio = 1.0, delay = 50000, failOn=TestException the expected behaviour
is,
Execution Behaviour ========= ========= 1 Fill Bulkhead 2 Fill Bulkhead 3 BulkheadException 4 BulkheadException 5
BulkheadException 6 BulkheadException 7 BulkheadException
- testCircuitBreaker() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod
-
CircuitBreaker policy being disabled the policy shouldn't be applied
- testCircuitBreaker() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest
-
CircuitBreaker is enabled on the method so the policy should be applied
- testCircuitBreaker() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest
-
CircuitBreaker is enabled on the method so the policy should be applied
- testCircuitBreaker() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest
-
CircuitBreaker is enabled on the method so the policy should be applied
- testCircuitBreaker() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest
-
CircuitBreaker is enabled on the method so the policy should be applied
- testCircuitBreaker() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest
-
CircuitBreaker is enabled on the method so the policy should be applied
- testCircuitBreaker() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest
-
CircuitBreaker is enabled on the method so the policy should be applied
- testCircuitBreakerAroundBulkheadAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest
-
A test to ensure that the CircuitBreaker is checked before entering the Bulkhead and that BulkheadExceptions
count as failures for the CircuitBreaker.
- testCircuitBreakerAroundBulkheadSync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest
-
A test to ensure that the CircuitBreaker is checked before entering the Bulkhead and that BulkheadExceptions
count as failures for the CircuitBreaker.
- testCircuitBreakerMetric() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricTest
-
- testCircuitClosedThenOpen() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
A test to exercise Circuit Breaker thresholds, with a default SuccessThreshold
With requestVolumeThreshold = 4, failureRatio=0.75, successThreshold = 2, delay = 50000 the expected behaviour
is,
Execution Behaviour ========= ========= 1 RunTimeException 2 RunTimeException 3 RunTimeException 4
RunTimeException 5 CircuitBreakerOpenException 6 CircuitBreakerOpenException 7 CircuitBreakerOpenException
- testCircuitClosedThenOpen() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest
-
CircuitBreaker policy being disabled the policy shouldn't be applied
- testCircuitClosedThenOpen() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest
-
CircuitBreaker policy being disabled the policy shouldn't be applied
- testCircuitClosedThenOpen() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest
-
CircuitBreaker policy being disabled the policy shouldn't be applied
- testCircuitClosedThenOpen() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest
-
A test to exercise Circuit Breaker thresholds, with a default SuccessThreshold
If MP_Fault_Tolerance_NonFallback_Enabled is set to false in the Container environment, then the CircuitBreaker
will not operate, no CircuitBreakerOpenExceptions will be thrown and execution will fail 7 times.
- testCircuitDefaultSuccessThreshold() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigGlobalTest
-
- testCircuitDefaultSuccessThreshold() - Method in class org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigOnMethodTest
-
this test is a copy of CircuitBreakerTest#testCircuitDefaultSuccessThreshold() except that the waiting time to
let the Circuit Breaker is 500 ms.
- testCircuitDefaultSuccessThreshold() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
A test to exercise Circuit Breaker thresholds, with a default SuccessThreshold
With requestVolumeThreshold = 4, failureRatio=0.75 and successThreshold = 1 the expected behaviour is,
Execution Behaviour ========= ========= 1 RunTimeException 2 RunTimeException 3 RunTimeException 4
RunTimeException 5 CircuitBreakerOpenException Pause for longer than CircuitBreaker delay, so that it transitions
to half-open 6 SUCCEED (CircuitBreaker will be re-closed as successThreshold is 1.
- testCircuitHighSuccessThreshold() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
A test to exercise Circuit Breaker thresholds, with a default SuccessThreshold
With requestVolumeThreshold = 4, failureRatio=0.75 and successThreshold = 3 the expected behaviour is,
Execution Behaviour ========= ========= 1 RunTimeException 2 RunTimeException 3 RunTimeException 4
RunTimeException 5 CircuitBreakerOpenException Pause for longer than CircuitBreaker delay, so that it transitions
to half-open 6 SUCCEED 7 SUCCEED 8 RunTimeException (CircuitBreaker will be re-opened) 9
CircuitBreakerOpenException
- testCircuitInitialSuccessDefaultSuccessThreshold() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerInitialSuccessTest
-
Analagous to testCircuitDefaultSuccessThreshold but with a different success/failure pattern for the service that
is called.
- testCircuitLateSuccessDefaultSuccessThreshold() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerLateSuccessTest
-
Analagous to testCircuitDefaultSuccessThreshold but with a different success/failure pattern for the service that
is called.
- testCircuitOpenWithFewRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
A test to exercise Circuit Breaker thresholds with insufficient retries to open the Circuit so that the Circuit
remains closed and a RuntimeException is caught.
- testCircuitOpenWithFewRetriesAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
A test to exercise Circuit Breaker thresholds with insufficient retries to open the Circuit so that the Circuit
remains closed and a RuntimeException is caught when using an Asynchronous call.
- testCircuitOpenWithMoreRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
A test to exercise Circuit Breaker thresholds with sufficient retries to open the Circuit and result in a
CircuitBreakerOpenException.
- testCircuitOpenWithMoreRetriesAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
A test to exercise Circuit Breaker thresholds with sufficient retries to open the Circuit and result in a
CircuitBreakerOpenException using an Asynchronous call.
- testCircuitOpenWithMultiTimeouts() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Analogous to testCircuitOpenWithMoreRetries but execution failures are caused by timeouts.
- testCircuitOpenWithMultiTimeoutsAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Analogous to testCircuitOpenWithMoreRetriesAsync but execution failures are caused by timeouts.
- testCircuitReClose() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
A test to exercise Circuit Breaker thresholds, with a SuccessThreshold of 2
With requestVolumeThreshold = 4, failureRatio=0.75 and successThreshold = 2 the expected behaviour is,
Execution Behaviour ========= ========= 1 RunTimeException 2 RunTimeException 3 RunTimeException 4
RunTimeException Pause for longer than CircuitBreaker delay, so that it transitions to half-open 5 SUCCEED 6
SUCCEED (CircuitBreaker will be re-closed as successThreshold is 2) 7 SUCCEED
- testClashingName() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.ClashingNameTest
-
- testClassLevelAsyncIsFinished() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest
-
Test that the stage returned by calling a method in an asynchronous class is done if called after waiting enough
time to end the operation
- testClassLevelAsyncIsFinished() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest
-
Test that the future returned by calling a method in an asynchronous class is done if called after waiting enough
time to end the operation
- testClassLevelAsyncIsNotFinished() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest
-
Test that the stage returned by calling a method in an asynchronous class is not done if called right after the
operation
- testClassLevelAsyncIsNotFinished() - Method in class org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest
-
Test that the future returned by calling a method in an asynchronous class is not done if called right after the
operation
- testClassLevelCircuitBase() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
Analogous to testCircuitClosedThenOpen but using a Class level rather than method level annotation.
- testClassLevelCircuitOpenWithFewRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Analogous to testCircuitOpenWithFewRetries with Class level @CircuitBreaker and @Retry annotations that are
overridden by serviceB.
- testClassLevelCircuitOpenWithMoreRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Analogous to testCircuitOpenWithMoreRetries with Class level @CircuitBreaker and @Retry annotations that are
inherited by serviceA
- testClassLevelCircuitOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
Analogous to testCircuitClosedThenOpen but with a Class level annotation specified that is overridden by a Method
level annotation on serviceC.
- testClassLevelCircuitOverrideNoDelay() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
Analogous to testCircuitReClose but with a Class level annotation specified that is overridden by a Method level
annotation on serviceD.
- testClassLevelConfigMaxDuration() - Method in class org.eclipse.microprofile.fault.tolerance.tck.ConfigTest
-
Test the configuration of maxDuration on a class.
- testClassLevelConfigMaxRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.ConfigTest
-
Test the configuration of maxRetries on a class.
- testClassLevelConfigMethodOverrideMaxRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.ConfigTest
-
Test the configuration of maxRetries on a class.
- testClassLevelFallbackSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
Analogous to testFallbackSuccess with Class level annotations that are inherited by serviceA but overridden by
serviceB.
- testClassLevelRetryMaxDuration() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTest
-
Analogous to testRetryMaxDuration, testing whether the @Retry
annotation on method serviceB overrides the
Class level @Retry
annotation.
- testClassLevelRetryMaxDurationSeconds() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTest
-
Analogous to testRetryMaxDurationSeconds, testing whether the @Retry
annotation on method serviceB
overrides the Class level @Retry
annotation.
- testClassLevelRetryMaxRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTest
-
Analogous to testRetryMaxRetries but using a Class level rather than method level annotation.
- testClassLevelRetryOnFalse() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Analogous to testRetryonFalse, testing whether the @Retry
annotation on method serviceB overrides the
Class level @Retry
annotation.
- testClassLevelRetryOnTrue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Analogous to testRetryOnTrue but using a Class level rather than method level annotation.
- testClassLevelRetryWithAbortOnFalse() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Analogous to testRetryWithAbortOnFalse but using a Class level rather than method level @Retry
annotation.
- testClassLevelRetryWithAbortOnTrue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Analogous to testRetryWithAbortOnTrue, testing whether the @Retry
annotation on method serviceB overrides
the Class level @Retry
annotation.
- testConfigAbortOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest
-
- testConfigBoth() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest
-
- testConfigDelay() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest
-
- TestConfigExceptionA - Exception in org.eclipse.microprofile.fault.tolerance.tck.config
-
Exception for config tests
- TestConfigExceptionA() - Constructor for exception org.eclipse.microprofile.fault.tolerance.tck.config.TestConfigExceptionA
-
- TestConfigExceptionB - Exception in org.eclipse.microprofile.fault.tolerance.tck.config
-
- TestConfigExceptionB() - Constructor for exception org.eclipse.microprofile.fault.tolerance.tck.config.TestConfigExceptionB
-
- TestConfigExceptionB1 - Exception in org.eclipse.microprofile.fault.tolerance.tck.config
-
- TestConfigExceptionB1() - Constructor for exception org.eclipse.microprofile.fault.tolerance.tck.config.TestConfigExceptionB1
-
- testConfigJitter() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest
-
- testConfigMaxDuration() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest
-
- testConfigMaxDuration() - Method in class org.eclipse.microprofile.fault.tolerance.tck.ConfigTest
-
Test the configuration of maxDuration on a specific method.
- testConfigMaxRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest
-
- testConfigMaxRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.ConfigTest
-
Test the configuration of maxRetries on a specific method.
- testConfigRetryOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest
-
- testConfigUnit() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest
-
- testConfigureDelay() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest
-
- testConfigureFailOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest
-
- testConfigureFailureRatio() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest
-
- testConfigureRequestVolumeThreshold() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest
-
- testConfigureSkipOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest
-
- testConfigureSkipOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerSkipOnConfigTest
-
- testConfigureSuccessThreshold() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest
-
- testConfigValue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest
-
- testConfigValue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest
-
- TestException - Exception in org.eclipse.microprofile.fault.tolerance.tck.util
-
An identifiable exception thrown by tests which test handling of exceptions thrown by user code.
- TestException() - Constructor for exception org.eclipse.microprofile.fault.tolerance.tck.util.TestException
-
- TestException(String) - Constructor for exception org.eclipse.microprofile.fault.tolerance.tck.util.TestException
-
- testFallbackDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod
-
Test that a Fallback service is ignored when service fails.
- testFallbackDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest
-
Test that a Fallback service is used when service fails.
- testFallbackDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest
-
Test that a Fallback service is ignored when service fails.
- testFallbackDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest
-
Test that a Fallback service is used when service fails.
- testFallbackDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest
-
Test that a Fallback service is ignored when service fails.
- testFallbackDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest
-
Test that a Fallback service is ignored when service fails.
- testFallbackEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest
-
Test that a Fallback service is used when service fails.
- testFallbackEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest
-
Test that a Fallback service is used when service fails.
- testFallbackEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest
-
Test that a Fallback service is used when service fails.
- testFallbackHandler() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest
-
- testFallbackMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest
-
- testFallbackMethodSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
Test that a method in a Fallback service is driven after the specified number of retries are executed.
- testFallbackMethodWithArgsSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
Analogous to testFallbackMethodSuccess but serviceE has a pair of parameters.
- testFallbackSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest
-
Test that a Fallback service is driven when a Service fails.
- testFallbackSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
Test that a Fallback service is driven after the specified number of retries are executed.
- testFallbackTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
Test that a Fallback service is driven after the specified number of retries are executed.
- testFallbacktNoTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
Test that a Fallback service is driven after the specified number of retries are executed.
- testFallbackWithBeanSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
A refinement on testFallbackSuccess to test that a bean may be injected in the FallbackHandler.
- TestFuture() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest.TestFuture
-
- testGTDefaultNoTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A test that should not time out.
- testGTDefaultNoTimeoutOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A parallel test to testGTDefaultNoTimeout where the method level Timeout annotation overrides the class level
annotation.
- testGTDefaultTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A test that should time out.
- testGTDefaultTimeoutOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A parallel test to testGTDefaultTimeout where the method level Timeout annotation overrides the class level
annotation.
- testGTShorterNoTimeoutOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A parallel test to testGTDefaultNoTimeout where the method level Timeout annotation overrides the class level
annotation.
- testGTShorterTimeoutOverride() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A parallel test to testGTDefaultTimeout where the method level Timeout annotation overrides the class level
annotation.
- testLTDefaultNoTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A test that should not time out.
- testLTDefaultNoTimeoutClassLevel() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A parallel test to testLTDefaultNoTimeout with class level annotation.
- testLTDefaultTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A test that should time out.
- testLTDefaultTimeoutClassLevel() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A parallel test to testLTDefaultTimeout with class level annotation.
- testMetricsDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.MetricsDisabledTest
-
- testMetricUnits() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest
-
- testNoAsynRetryOnMethodException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Persistent Error condition outside the CompletableFuture.
- testNoAsynWilNotRetryExceptionally() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Persistent Error condition inside a CompletableFuture.
- testNoRetriesIfAbortOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Test that we don't retry around an open circuit breaker if CircuitBreakerOpenException is included in the abortOn
attribute of the Retry annotation
- testNoRetriesIfAbortOnAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Test that we don't retry around an open circuit breaker if CircuitBreakerOpenException is included in the abortOn
attribute of the Retry annotation
- testNoRetriesIfNotRetryOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Test that we don't retry around an open circuit breaker if CircuitBreakerOpenException is not included in the
retryOn attribute of the Retry annotation
- testNoRetriesIfNotRetryOnAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Test that we don't retry around an open circuit breaker if CircuitBreakerOpenException is not included in the
retryOn attribute of the Retry annotation
- testNoRetriesWithAbortOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest
-
Test that retries do not occur when BulkheadException is included in the abortOn attribute
- testNoRetriesWithAbortOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest
-
Test that retries do not occur when BulkheadException is included in the abortOn attribute
- testNoRetriesWithMaxRetriesZero() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest
-
Test that with maxRetries = 0, bulkhead exceptions are not retried
- testNoRetriesWithoutRetryOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest
-
Test that retries do not occur when BulkheadException is not included in the retryOn attribute
- testNoRetriesWithoutRetryOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest
-
Test that retries do not occur when BulkheadException is not included in the retryOn attribute
- testNoTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A test that should not time out.
- testNoTimeoutClassLevel() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A parallel test to testNoTimeout with class level annotation.
- testRetriesJoinBackOfQueue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest
-
Test that when an execution is retried, it goes to the back of the bulkhead queue.
- testRetriesReenterBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest
-
Test that when an execution is retried, it doesn't hold onto its bulkhead slot.
- testRetriesSucceedWhenCircuitCloses() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Test that we retry around an open circuit breaker
- testRetriesSucceedWhenCircuitClosesAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest
-
Test that we retry around an open circuit breaker
- testRetryBulkheadExceptionClass() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest
-
Test that Bulkhead exceptions are retried with annotations on class
- testRetryBulkheadExceptionMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest
-
Test that Bulkhead exceptions are retried with annotations on method
- testRetryChainExceptionally() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Persistent Error condition.
- testRetryChainSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Temporary error.
- testRetryCompletionStageWithException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Temporary error.
- testRetryDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times but as Retry is disabled,
then no retries should be attempted.
- testRetryDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times but as Retry is disabled,
then no retries should be attempted.
- testRetryDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times but as Retry is disabled,
then no retries should be attempted.
- testRetryDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times but as Retry is disabled,
then no retries should be attempted.
- testRetryDisabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest
-
Test maxRetries on @Retry.
- testRetryEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times.
- testRetryEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times.
- testRetryEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times.
- testRetryEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times.
- testRetryEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times.
- testRetryEnabled() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest
-
failAndRetryOnce is annotated with maxRetries = 1 so it is expected to execute 2 times.
- testRetryInterceptors() - Method in class org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest
-
- testRetryInterceptors() - Method in class org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest
-
- testRetryMaxDuration() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTest
-
- testRetryMaxDurationSeconds() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTest
-
- testRetryMaxRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTest
-
Test maxRetries.
- testRetryMetricMaxDuration() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest
-
- testRetryMetricMaxDurationNoRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest
-
- testRetryMetricMaxRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest
-
- testRetryMetricMaxRetriesHitButNoRetry() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest
-
- testRetryMetricNonRetryableAfterRetries() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest
-
- testRetryMetricNonRetryableImmediately() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest
-
- testRetryMetricSuccessfulAfterRetry() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest
-
- testRetryMetricSuccessfulAfterRetry() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest
-
- testRetryMetricSuccessfulImmediately() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest
-
- testRetryMetricSuccessfulImmediately() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest
-
- testRetryMetricUnsuccessful() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest
-
- testRetryNoTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest
-
Test that a Service is retried the expected number of times.
- testRetryOnFalse() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Test that no retries are executed where a failure declared as "retry on" in the @Retry
annotation is NOT
encountered.
- testRetryOnFalseAndAbortOnTrueThrowingAChildCustomException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Test that retries are executed where a failure declared as "retry on" in the @Retry
annotation is
encountered by inheritance.
- testRetryOnTrue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Test that retries are executed where a failure declared as "retry on" in the @Retry
annotation is
encountered.
- testRetryOnTrueThrowingAChildCustomException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Test that retries are executed where a failure declared as "retry on" in the @Retry
annotation is
encountered by inheritance.
- testRetryParallelExceptionally() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Persistent Error condition.
- testRetryParallelSuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Temporary error.
- testRetrySuccess() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Temporary error.
- testRetryTestExceptionClass() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest
-
Test Bulkhead + Retry when the method throws a business exception with annotations on class
- testRetryTestExceptionMethod() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest
-
Test Bulkhead + Retry when the method throws a business exception with annotations on method
- testRetryTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest
-
Test that a Service is retried the expected number of times.
- testRetryWithAbortOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest
-
Test that a service is not retried if TimeoutException is included in the abortOn attribute
- testRetryWithAbortOnFalse() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Test that the default number of retries are executed where a failure declared as "abort on" in the @Retry
annotation is NOT encountered.
- testRetryWithAbortOnTrue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest
-
Test that no retries are executed where a failure declared as "abort on" in the @Retry
annotation is
encountered.
- testRetryWithDelay() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTest
-
- testRetryWithNoDelayAndJitter() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTest
-
Testing whether the @Retry
annotation on method serviceB overrides the Class level @Retry
annotation.
- testRetryWithoutRetryOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest
-
Test that a service is not retried if TimeoutException is not included in the retryOn attribute
- testRollingWindowCircuitOpen() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
A test to exercise Circuit Breaker rolling window
With requestVolumeThreshold = 4, failureRatio=0.5, expected behaviour is,
Execution Behaviour ========= ========= 1 Success 2 RunTimeException 3 RunTimeException 4 Success 5
CircuitBreakerOpenException
- testRollingWindowCircuitOpen2() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest
-
A test to exercise Circuit Breaker rolling window
With requestVolumeThreshold = 4, failureRatio=0.5, expected behaviour is,
Execution Behaviour ========= ========= 1 Success 2 RunTimeException 3 Success 4 Success 5 RuntimeException 6
CircuitBreakerOpenException
- testSecondsNoTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A test that should not time out.
- testSecondsTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A test that should time out.
- testSemaphoreWaitingTaskQueueIgnored() - Method in class org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest
-
Test that the waitingTaskQueue
parameter is ignored when Bulkhead
is used without
Asynchronous
.
- testSkipOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest
-
- testSkipOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.FallbackSkipOnConfigTest
-
- testStandaloneHandlerFallback() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
Test that a Fallback service can work alone, without other annotations.
- testStandaloneMethodFallback() - Method in class org.eclipse.microprofile.fault.tolerance.tck.FallbackTest
-
Test that a Fallback service can work alone, without other annotations.
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest
-
Test that timeouts cause the circuit to open
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassDisableOnMethod
-
Test Timeout is disabled, should wait two seconds and then get a TestException
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest
-
Test Timeout is enabled, should fail with a timeout exception
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest
-
Test Timeout is enabled, should fail with a timeout exception
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest
-
Test Timeout is disabled, should wait two seconds and then get a TestException
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest
-
Test Timeout is enabled, should fail with a timeout exception
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest
-
Test Timeout is disabled, should wait two seconds and then get a TestException
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest
-
Test Timeout is disabled, should wait two seconds and then get a TestException
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest
-
Test Timeout is enabled, should fail with a timeout exception
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest
-
Test Timeout is enabled, should fail with a timeout exception
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest
-
Test Timeout is enabled, should fail with a timeout exception
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest
-
A test to exercise the default timeout.
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest
-
A test to override timeout value by global config.
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest
-
A test to override timeout value by method config.
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A test to exercise the default timeout.
- testTimeout() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest
-
- testTimeoutAsync() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest
-
- testTimeoutAsyncBulkhead() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest
-
- testTimeoutAsyncBulkheadQueueTimed() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest
-
Test that the timeout timer is started when the execution is added to the queue
- testTimeoutAsyncCS() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest
-
- testTimeoutAsyncFallback() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest
-
Test that the fallback is run as soon as the timeout occurs
- testTimeoutAsyncRetry() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest
-
- testTimeoutClassLevel() - Method in class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
A parallel test to testTimeout with class level annotation.
- testTimeoutHistogram() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest
-
- testTimeoutMetric() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest
-
- testTimeoutWithoutFailOn() - Method in class org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest
-
Test that timeouts do not cause the circuit to open when failOn attribute does not include TimeoutException
- testWaitingTaskQueue() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest
-
- theFallback() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigBean
-
- TimeoutClient - Class in org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver
-
A client to test Timeouts
- TimeoutClient() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.timeout.clientserver.TimeoutClient
-
- TimeoutClientForValidation - Class in org.eclipse.microprofile.fault.tolerance.tck.invalidParameters
-
A client to demonstrate the validation of the value on @Timeout
- TimeoutClientForValidation() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.TimeoutClientForValidation
-
- TimeoutConfigBean - Class in org.eclipse.microprofile.fault.tolerance.tck.config
-
Suite of methods for testing the various parameters of Timeout
- TimeoutConfigBean() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigBean
-
- TimeoutConfigTest - Class in org.eclipse.microprofile.fault.tolerance.tck.config
-
Test that the various parameters of Timeout can be configured
- TimeoutConfigTest() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest
-
- TimeoutGlobalConfigTest - Class in org.eclipse.microprofile.fault.tolerance.tck
-
Tests to exercise Fault Tolerance Timeouts.
- TimeoutGlobalConfigTest() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest
-
- TimeoutMethodConfigTest - Class in org.eclipse.microprofile.fault.tolerance.tck
-
Tests to exercise Fault Tolerance Timeouts.
- TimeoutMethodConfigTest() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest
-
- TimeoutMetricBean - Class in org.eclipse.microprofile.fault.tolerance.tck.metrics
-
- TimeoutMetricBean() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricBean
-
- TimeoutMetricTest - Class in org.eclipse.microprofile.fault.tolerance.tck.metrics
-
- TimeoutMetricTest() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest
-
- TimeoutTest - Class in org.eclipse.microprofile.fault.tolerance.tck
-
Tests to exercise Fault Tolerance Timeouts.
- TimeoutTest() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest
-
- TimeoutUninterruptableTest - Class in org.eclipse.microprofile.fault.tolerance.tck
-
Test behaviour when a @Timeout
is used but the method does not respond to interrupts.
- TimeoutUninterruptableTest() - Constructor for class org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest
-
- toCompletableFuture(CompletionStage<U>) - Static method in class org.eclipse.microprofile.fault.tolerance.tck.asynchronous.CompletableFutureHelper
-
Returns a future that is completed when the stage is completed and has the same value or exception as the
completed stage.
- triggerException() - Method in class org.eclipse.microprofile.fault.tolerance.tck.config.BeanWithRetry
-
- type() - Method in class org.eclipse.microprofile.fault.tolerance.tck.metrics.util.RegistryTypeLiteral
-