com.cloudera.api.v8
Interface RootResourceV8

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

@Path(value="")
public interface RootResourceV8
extends RootResourceV7


Method Summary
 AuditsResourceV8 getAuditsResource()
           
 ClouderaManagerResourceV8 getClouderaManagerResource()
           
 ClustersResourceV8 getClustersResource()
           
 
Methods inherited from interface com.cloudera.api.v6.RootResourceV6
getBatchResource, getTimeSeriesResource
 
Methods inherited from interface com.cloudera.api.v2.RootResourceV2
getHostsResource
 
Methods inherited from interface com.cloudera.api.v1.RootResourceV1
getCommandsResource, getEventsResource, getToolsResource, getUsersResource
 

Method Detail

getClustersResource

@Path(value="/clusters")
ClustersResourceV8 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
Returns:
The clusters resource handler.

getClouderaManagerResource

@Path(value="/cm")
ClouderaManagerResourceV8 getClouderaManagerResource()
Specified by:
getClouderaManagerResource in interface RootResourceV1
Specified by:
getClouderaManagerResource in interface RootResourceV2
Specified by:
getClouderaManagerResource in interface RootResourceV3
Specified by:
getClouderaManagerResource in interface RootResourceV6
Specified by:
getClouderaManagerResource in interface RootResourceV7
Returns:
The Cloudera Manager resource handler.

getAuditsResource

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


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