public interface ServiceParent
extends org.apache.hadoop.service.Service
| Modifier and Type | Method and Description |
|---|---|
void |
addService(org.apache.hadoop.service.Service service)
Add a child service.
|
List<org.apache.hadoop.service.Service> |
getServices()
Get an unmodifiable list of services
|
void addService(org.apache.hadoop.service.Service service)
service - the service to add.List<org.apache.hadoop.service.Service> getServices()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.