com.cloudera.api.v11
Interface NameservicesResourceV11

All Superinterfaces:
NameservicesResource
All Known Subinterfaces:
NameservicesResourceV14

public interface NameservicesResourceV11
extends NameservicesResource


Method Summary
 ApiNameservice readNameservice(String nameservice, DataView dataView)
          Retrieve information about a nameservice.
 
Methods inherited from interface com.cloudera.api.v1.NameservicesResource
getMetrics, listNameservices, readNameservice
 

Method Detail

readNameservice

@Path(value="/{nameservice}")
ApiNameservice readNameservice(String nameservice,
                                    DataView dataView)
Retrieve information about a nameservice.

Parameters:
nameservice - The nameservice to retrieve.
dataView - The view to materialize. Defaults to 'full'.
Returns:
Details of the nameservice.


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.