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.
 

Method Detail

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.