public class K8SWatchService extends Object implements WatchService
| Constructor and Description |
|---|
K8SWatchService(K8SFileSystem fs) |
public K8SWatchService(K8SFileSystem fs)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic WatchKey poll()
poll in interface WatchServicepublic WatchKey poll(long timeout, TimeUnit unit)
poll in interface WatchServicepublic WatchKey take()
take in interface WatchServicepublic boolean isClose()
isClose in interface WatchServiceprotected final void checkOpen()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.