Package io.trino.tempto.threads
Interface IndexedRunnable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface of a runnable that has an index and can throw checked exceptions.
-
Method Summary
-
Method Details
-
run
- Parameters:
threadIndex- an index of thread that executes thisIndexedRunnable.- Throws:
Exception- if something goes wrong
-