Package org.elasticsearch.common.util
Interface CancellableThreads.IOInterruptible
-
- All Known Subinterfaces:
CancellableThreads.Interruptible
- Enclosing class:
- CancellableThreads
public static interface CancellableThreads.IOInterruptible
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()
-
-
-
Method Detail
-
run
void run() throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-