Package org.elasticsearch.common.util
Interface CancellableThreads.Interruptible
-
- All Superinterfaces:
CancellableThreads.IOInterruptible
- Enclosing class:
- CancellableThreads
public static interface CancellableThreads.Interruptible extends CancellableThreads.IOInterruptible
-
-
Method Summary
Modifier and Type Method Description void
run()
-
-
-
Method Detail
-
run
void run() throws java.lang.InterruptedException
- Specified by:
run
in interfaceCancellableThreads.IOInterruptible
- Throws:
java.lang.InterruptedException
-
-