Package akka.cluster

Class MemberStatus

    • Constructor Detail

      • MemberStatus

        public MemberStatus()
    • Method Detail

      • joining

        public static MemberStatus joining()
        Java API: retrieve the Joining status singleton
      • weaklyUp

        public static MemberStatus weaklyUp()
        Java API: retrieve the WeaklyUp status singleton.
      • up

        public static MemberStatus up()
        Java API: retrieve the Up status singleton
      • leaving

        public static MemberStatus leaving()
        Java API: retrieve the Leaving status singleton
      • exiting

        public static MemberStatus exiting()
        Java API: retrieve the Exiting status singleton
      • down

        public static MemberStatus down()
        Java API: retrieve the Down status singleton
      • removed

        public static MemberStatus removed()
        Java API: retrieve the Removed status singleton
      • shuttingDown

        public static MemberStatus shuttingDown()
        Java API: retrieve the ShuttingDown status singleton
      • shutDown

        public static MemberStatus shutDown()
        Java API: retrieve the ShutDown status singleton