Class CuratorLifecycle

java.lang.Object
io.appform.ranger.core.signals.Signal<ShardInfo>
io.appform.ranger.server.bundle.lifecycle.CuratorLifecycle

@Singleton public class CuratorLifecycle extends io.appform.ranger.core.signals.Signal<ShardInfo>
  • Constructor Summary

    Constructors
    Constructor
    Description
    CuratorLifecycle(org.apache.curator.framework.CuratorFramework curatorFramework)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class io.appform.ranger.core.signals.Signal

    onSignalReceived, registerConsumer, registerConsumers

    Methods inherited from class java.lang.Object

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

    • CuratorLifecycle

      public CuratorLifecycle(org.apache.curator.framework.CuratorFramework curatorFramework)
  • Method Details

    • start

      public void start()
      Specified by:
      start in class io.appform.ranger.core.signals.Signal<ShardInfo>
    • stop

      public void stop()
      Specified by:
      stop in class io.appform.ranger.core.signals.Signal<ShardInfo>