public interface WatchmanClient extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Optional<? extends Map<String,? extends Object>> |
queryWithTimeout(long timeoutNanos,
Object... query) |
Optional<? extends Map<String,? extends Object>> queryWithTimeout(long timeoutNanos, Object... query) throws IOException, InterruptedException
IOExceptionInterruptedExceptionvoid close()
throws IOException
close in interface AutoCloseableIOException