JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
I
L
O
P
R
U
A
availableProcessors()
- Static method in interface org.apache.geode.test.concurrency.
Utilities
C
collectInitializationErrors(List<Throwable>)
- Method in class org.apache.geode.test.concurrency.
ConcurrentTestRunner
ConcurrentTestConfig
- Annotation Type in
org.apache.geode.test.concurrency.annotation
Configuration options for the ConcurrentTestRunner
ConcurrentTestRunner
- Class in
org.apache.geode.test.concurrency
Test runner for tests that involve multiple threads.
ConcurrentTestRunner(Class)
- Constructor for class org.apache.geode.test.concurrency.
ConcurrentTestRunner
D
describeChild(FrameworkMethod)
- Method in class org.apache.geode.test.concurrency.
ConcurrentTestRunner
E
execute()
- Method in interface org.apache.geode.test.concurrency.
ParallelExecutor
Execute all tasks in parallel, wait for them to complete and throw an exception if any of the tasks throw an exception.
G
getChildren()
- Method in class org.apache.geode.test.concurrency.
ConcurrentTestRunner
I
inParallel(Callable<T>)
- Method in interface org.apache.geode.test.concurrency.
ParallelExecutor
Add a task to run in parallel
inParallel(RunnableWithException)
- Method in interface org.apache.geode.test.concurrency.
ParallelExecutor
Add a task to run in parallel
inParallel(RunnableWithException, int)
- Method in interface org.apache.geode.test.concurrency.
ParallelExecutor
L
LoopRunner
- Class in
org.apache.geode.test.concurrency.loop
Simple runner that just runs the test in a loop
LoopRunner()
- Constructor for class org.apache.geode.test.concurrency.loop.
LoopRunner
LoopRunnerConfig
- Annotation Type in
org.apache.geode.test.concurrency.loop
Configuration for the LoopRunner class
O
org.apache.geode.test.concurrency
- package org.apache.geode.test.concurrency
org.apache.geode.test.concurrency.annotation
- package org.apache.geode.test.concurrency.annotation
org.apache.geode.test.concurrency.loop
- package org.apache.geode.test.concurrency.loop
P
ParallelExecutor
- Interface in
org.apache.geode.test.concurrency
Executor that executes multiple tasks in parallel as part of the main body of concurrent test.
R
repeat(Runnable, int)
- Static method in interface org.apache.geode.test.concurrency.
Utilities
Repeat
task
for
count
times serially.
run()
- Method in interface org.apache.geode.test.concurrency.
RunnableWithException
runChild(FrameworkMethod, RunNotifier)
- Method in class org.apache.geode.test.concurrency.
ConcurrentTestRunner
RunnableWithException
- Interface in
org.apache.geode.test.concurrency
Like Runnable, but allows the run method to throw an exception
Runner
- Interface in
org.apache.geode.test.concurrency
Code that actually runs a single concurrent test method.
runTestMethod(Method)
- Method in class org.apache.geode.test.concurrency.loop.
LoopRunner
runTestMethod(Method)
- Method in interface org.apache.geode.test.concurrency.
Runner
Run a test method in a concurrency testing framework and return a list of errors encountered.
U
Utilities
- Interface in
org.apache.geode.test.concurrency
A
C
D
E
G
I
L
O
P
R
U
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes