Class AtomixManager


  • public class AtomixManager
    extends java.lang.Object
    Atomix manager.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.onosproject.cluster.ClusterMetadataService metadataService  
    • Constructor Summary

      Constructors 
      Constructor Description
      AtomixManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate()  
      void deactivate()  
      io.atomix.core.Atomix getAtomix()
      Returns the Atomix instance.
      • Methods inherited from class java.lang.Object

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

      • metadataService

        protected org.onosproject.cluster.ClusterMetadataService metadataService
    • Constructor Detail

      • AtomixManager

        public AtomixManager()
    • Method Detail

      • getAtomix

        public io.atomix.core.Atomix getAtomix()
        Returns the Atomix instance.
        Returns:
        the Atomix instance
      • activate

        public void activate()
      • deactivate

        public void deactivate()