Interface OMStarterInterface


public interface OMStarterInterface
This interface is used by the OzoneManagerStarter class to allow the dependencies to be injected to the CLI class.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bootstrap(org.apache.hadoop.hdds.conf.OzoneConfiguration conf, boolean force)
     
    boolean
    init(org.apache.hadoop.hdds.conf.OzoneConfiguration conf)
     
    void
    start(org.apache.hadoop.hdds.conf.OzoneConfiguration conf)
     
    void
    startAndCancelPrepare(org.apache.hadoop.hdds.conf.OzoneConfiguration conf)
     
  • Method Details

    • start

      void start(org.apache.hadoop.hdds.conf.OzoneConfiguration conf) throws IOException, org.apache.hadoop.security.authentication.client.AuthenticationException
      Throws:
      IOException
      org.apache.hadoop.security.authentication.client.AuthenticationException
    • init

      boolean init(org.apache.hadoop.hdds.conf.OzoneConfiguration conf) throws IOException, org.apache.hadoop.security.authentication.client.AuthenticationException
      Throws:
      IOException
      org.apache.hadoop.security.authentication.client.AuthenticationException
    • bootstrap

      void bootstrap(org.apache.hadoop.hdds.conf.OzoneConfiguration conf, boolean force) throws IOException, org.apache.hadoop.security.authentication.client.AuthenticationException
      Throws:
      IOException
      org.apache.hadoop.security.authentication.client.AuthenticationException
    • startAndCancelPrepare

      void startAndCancelPrepare(org.apache.hadoop.hdds.conf.OzoneConfiguration conf) throws IOException, org.apache.hadoop.security.authentication.client.AuthenticationException
      Throws:
      IOException
      org.apache.hadoop.security.authentication.client.AuthenticationException