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
IOException
InterruptedException
void close() throws IOException
close
in interface AutoCloseable
IOException