public class K8SWatchKey extends Object implements WatchKey
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
protected boolean |
isQueued() |
boolean |
isValid() |
List<WatchEvent<?>> |
pollEvents() |
protected boolean |
postEvent(WatchEvent.Kind kind) |
boolean |
reset() |
protected void |
signal() |
Watchable |
watchable() |
public List<WatchEvent<?>> pollEvents()
pollEvents
in interface WatchKey
protected boolean postEvent(WatchEvent.Kind kind)
protected boolean isQueued()
protected void signal()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.