Package org.uberfire.java.nio.fs.k8s
Class K8SWatchKey
- java.lang.Object
-
- org.uberfire.java.nio.fs.k8s.K8SWatchKey
-
- All Implemented Interfaces:
Serializable,org.uberfire.java.nio.file.WatchKey
public class K8SWatchKey extends Object implements org.uberfire.java.nio.file.WatchKey
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()protected booleanisQueued()booleanisValid()List<org.uberfire.java.nio.file.WatchEvent<?>>pollEvents()protected booleanpostEvent(org.uberfire.java.nio.file.WatchEvent.Kind kind)booleanreset()protected voidsignal()org.uberfire.java.nio.file.Watchablewatchable()
-
-
-
Method Detail
-
isValid
public boolean isValid()
- Specified by:
isValidin interfaceorg.uberfire.java.nio.file.WatchKey
-
pollEvents
public List<org.uberfire.java.nio.file.WatchEvent<?>> pollEvents()
- Specified by:
pollEventsin interfaceorg.uberfire.java.nio.file.WatchKey
-
reset
public boolean reset()
- Specified by:
resetin interfaceorg.uberfire.java.nio.file.WatchKey
-
cancel
public void cancel()
- Specified by:
cancelin interfaceorg.uberfire.java.nio.file.WatchKey
-
watchable
public org.uberfire.java.nio.file.Watchable watchable()
- Specified by:
watchablein interfaceorg.uberfire.java.nio.file.WatchKey
-
postEvent
protected boolean postEvent(org.uberfire.java.nio.file.WatchEvent.Kind kind)
-
isQueued
protected boolean isQueued()
-
signal
protected void signal()
-
-