Class 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 Detail

      • isValid

        public boolean isValid()
        Specified by:
        isValid in interface org.uberfire.java.nio.file.WatchKey
      • pollEvents

        public List<org.uberfire.java.nio.file.WatchEvent<?>> pollEvents()
        Specified by:
        pollEvents in interface org.uberfire.java.nio.file.WatchKey
      • reset

        public boolean reset()
        Specified by:
        reset in interface org.uberfire.java.nio.file.WatchKey
      • cancel

        public void cancel()
        Specified by:
        cancel in interface org.uberfire.java.nio.file.WatchKey
      • watchable

        public org.uberfire.java.nio.file.Watchable watchable()
        Specified by:
        watchable in interface org.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()