Java org.apache.hadoop.service ServiceOperations fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.service ServiceOperations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.service ServiceOperations.

The text is from its open source code.

Method

voidstop(Service service)
Stop a service.
ExceptionstopQuietly(Log log, Service service)
Stop a service; if it is null do nothing.
ExceptionstopQuietly(Logger log, Service service)
Stop a service; if it is null do nothing.