Package org.apache.hadoop.ozone.om
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 TypeMethodDescriptionvoidbootstrap(org.apache.hadoop.hdds.conf.OzoneConfiguration conf, boolean force) booleaninit(org.apache.hadoop.hdds.conf.OzoneConfiguration conf) voidstart(org.apache.hadoop.hdds.conf.OzoneConfiguration conf) voidstartAndCancelPrepare(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:
IOExceptionorg.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:
IOExceptionorg.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:
IOExceptionorg.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:
IOExceptionorg.apache.hadoop.security.authentication.client.AuthenticationException
-