|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| org.apache.hadoop.yarn.event | |
| org.apache.hadoop.yarn.service | |
| org.apache.hadoop.yarn.util | |
| Uses of Service in org.apache.hadoop.yarn.event |
|---|
| Classes in org.apache.hadoop.yarn.event that implement Service | |
|---|---|
class |
AsyncDispatcher
Dispatches events in a separate thread. |
| Uses of Service in org.apache.hadoop.yarn.service |
|---|
| Classes in org.apache.hadoop.yarn.service that implement Service | |
|---|---|
class |
AbstractService
|
class |
CompositeService
Composition of services. |
class |
FilterService
|
| Methods in org.apache.hadoop.yarn.service that return types with arguments of type Service | |
|---|---|
Collection<Service> |
CompositeService.getServices()
|
| Methods in org.apache.hadoop.yarn.service with parameters of type Service | |
|---|---|
protected void |
CompositeService.addService(Service service)
|
static void |
ServiceOperations.deploy(Service service,
org.apache.hadoop.conf.Configuration configuration)
Initialize then start a service. |
static void |
ServiceOperations.init(Service service,
org.apache.hadoop.conf.Configuration configuration)
Initialize a service. |
protected boolean |
CompositeService.removeService(Service service)
|
static void |
ServiceOperations.start(Service service)
Start a service. |
void |
ServiceStateChangeListener.stateChanged(Service service)
Callback to notify of a state change. |
static void |
ServiceOperations.stop(Service service)
Stop a service. |
static Exception |
ServiceOperations.stopQuietly(Service service)
Stop a service; if it is null do nothing. |
| Constructors in org.apache.hadoop.yarn.service with parameters of type Service | |
|---|---|
FilterService(Service service)
|
|
| Uses of Service in org.apache.hadoop.yarn.util |
|---|
| Classes in org.apache.hadoop.yarn.util that implement Service | |
|---|---|
class |
AbstractLivelinessMonitor<O>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||