com.cloudera.api.v10
Interface RootResourceV10

All Superinterfaces:
RootResourceV1, RootResourceV2, RootResourceV3, RootResourceV4, RootResourceV5, RootResourceV6, RootResourceV7, RootResourceV8, RootResourceV9
All Known Subinterfaces:
RootResourceV11, RootResourceV12, RootResourceV13, RootResourceV14, RootResourceV15, RootResourceV16, RootResourceV17, RootResourceV18, RootResourceV19

@Path(value="")
public interface RootResourceV10
extends RootResourceV9


Method Summary
 AuditsResourceV10 getAuditsResource()
           
 ClustersResourceV10 getClustersResource()
           
 HostsResourceV10 getHostsResource()
           
 
Methods inherited from interface com.cloudera.api.v8.RootResourceV8
getClouderaManagerResource
 
Methods inherited from interface com.cloudera.api.v6.RootResourceV6
getBatchResource, getTimeSeriesResource
 
Methods inherited from interface com.cloudera.api.v1.RootResourceV1
getCommandsResource, getEventsResource, getToolsResource, getUsersResource
 

Method Detail

getClustersResource

@Path(value="/clusters")
ClustersResourceV10 getClustersResource()
Specified by:
getClustersResource in interface RootResourceV1
Specified by:
getClustersResource in interface RootResourceV2
Specified by:
getClustersResource in interface RootResourceV3
Specified by:
getClustersResource in interface RootResourceV4
Specified by:
getClustersResource in interface RootResourceV5
Specified by:
getClustersResource in interface RootResourceV6
Specified by:
getClustersResource in interface RootResourceV7
Specified by:
getClustersResource in interface RootResourceV8
Specified by:
getClustersResource in interface RootResourceV9
Returns:
The clusters resource handler.

getHostsResource

@Path(value="/hosts")
HostsResourceV10 getHostsResource()
Specified by:
getHostsResource in interface RootResourceV1
Specified by:
getHostsResource in interface RootResourceV2
Returns:
The hosts resource handler.

getAuditsResource

@Path(value="/audits")
AuditsResourceV10 getAuditsResource()
Specified by:
getAuditsResource in interface RootResourceV4
Specified by:
getAuditsResource in interface RootResourceV8
Returns:
Audits resource handler.


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