Class OortMasterService<R,​C>

  • All Implemented Interfaces:
    java.util.EventListener, org.cometd.bayeux.Bayeux.BayeuxListener, org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener, org.cometd.bayeux.server.ServerChannel.MessageListener, org.eclipse.jetty.util.component.LifeCycle

    @Deprecated
    public abstract class OortMasterService<R,​C>
    extends OortPrimaryService<R,​C>
    Deprecated.
    use OortPrimaryService instead.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
      • Nested classes/interfaces inherited from interface org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener

        org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener.Weak
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle

        org.eclipse.jetty.util.component.LifeCycle.Listener
    • Field Summary

      • Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle

        FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
    • Constructor Summary

      Constructors 
      Constructor Description
      OortMasterService​(Oort oort, java.lang.String name, boolean primary)
      Deprecated.
    • Constructor Detail

      • OortMasterService

        @Deprecated
        public OortMasterService​(Oort oort,
                                 java.lang.String name,
                                 boolean primary)
        Deprecated.
    • Method Detail

      • isMaster

        @Deprecated
        public boolean isMaster()
        Deprecated.
        Returns:
        whether this node is the "primary" node
      • getMasterOortURL

        @Deprecated
        public java.lang.String getMasterOortURL()
        Returns:
        the "primary" Oort URL, or null if the "primary" node is down.