public interface ServiceProvider
Modifier and Type | Method and Description |
---|---|
<T extends org.apache.hive.service.Service> |
getService(String sName)
Get an instance of a service by its name.
|
<T extends org.apache.hive.service.Service> T getService(String sName)
T
- the generic typesName
- the s nameCopyright © 2014–2015 Apache Software Foundation. All rights reserved.