Interface StackManagerMBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String OBJECT_NAME
      A String representing the ObjectName that this MBean maps to.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void scan()
      Scans the stack groups directory for additions, modifications, and deletions on all replicas(controllers).
      void scanLocal()
      Scans the stack groups directory for additions, modifications, and deletions.
    • Field Detail

      • OBJECT_NAME

        static final java.lang.String OBJECT_NAME
        A String representing the ObjectName that this MBean maps to.
        See Also:
        Constant Field Values
    • Method Detail

      • scan

        void scan()
        Scans the stack groups directory for additions, modifications, and deletions on all replicas(controllers). The operation returns after the scan is completed.

        Parameters:
        None -
        Throws:
        None
      • scanLocal

        void scanLocal()
        Scans the stack groups directory for additions, modifications, and deletions. The operation returns after the scan is completed.

        Parameters:
        None -
        Throws:
        None