com.cloudera.api.v6
Interface RootResourceV6

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

@Path(value="")
public interface RootResourceV6
extends RootResourceV5

The root of the Cloudera API (v6). Provides access to all sub-resources available in version 6 of the API.


Method Summary
 BatchResource getBatchResource()
           
 ClouderaManagerResourceV6 getClouderaManagerResource()
           
 ClustersResourceV6 getClustersResource()
           
 TimeSeriesResourceV6 getTimeSeriesResource()
           
 
Methods inherited from interface com.cloudera.api.v4.RootResourceV4
getAuditsResource
 
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")
ClustersResourceV6 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
Returns:
The clusters resource handler.

getBatchResource

@Path(value="/batch")
BatchResource getBatchResource()
Returns:
The batch resource handler.

getClouderaManagerResource

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

getTimeSeriesResource

@Path(value="/timeseries")
TimeSeriesResourceV6 getTimeSeriesResource()
Specified by:
getTimeSeriesResource in interface RootResourceV4
Returns:
The time series resource handler.


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