This project has retired. For details please refer to its
Attic page.
ServiceProvider (Lens 2.1.0-beta-incubating API)
org.apache.lens.server.api
Interface ServiceProvider
- All Known Implementing Classes:
- LensServices
public interface ServiceProvider
The Interface ServiceProvider.
Method Summary |
<T extends org.apache.hive.service.Service>
T |
|
getService(String sName)
Get an instance of a service by its name. |
getService
<T extends org.apache.hive.service.Service> T getService(String sName)
- Get an instance of a service by its name.
- Type Parameters:
T
- the generic type- Parameters:
sName
- the s name
- Returns:
- the service
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.