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