Class Filters


  • public class Filters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Filters​(org.apache.curator.framework.api.UnhandledErrorListener listener, java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter, java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.curator.framework.api.UnhandledErrorListener getListener()  
      java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> getResultFilter()  
      java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> getWatcherFilter()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Filters

        public Filters​(org.apache.curator.framework.api.UnhandledErrorListener listener,
                       java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> resultFilter,
                       java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)
    • Method Detail

      • getListener

        public org.apache.curator.framework.api.UnhandledErrorListener getListener()
      • getResultFilter

        public java.util.function.UnaryOperator<org.apache.curator.framework.api.CuratorEvent> getResultFilter()
      • getWatcherFilter

        public java.util.function.UnaryOperator<org.apache.zookeeper.WatchedEvent> getWatcherFilter()