com.cloudera.api.v4
Interface RootResourceV4

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

@Path(value="")
public interface RootResourceV4
extends RootResourceV3

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


Method Summary
 AuditsResource getAuditsResource()
           
 ClustersResourceV4 getClustersResource()
           
 TimeSeriesResource getTimeSeriesResource()
           
 
Methods inherited from interface com.cloudera.api.v3.RootResourceV3
getClouderaManagerResource
 
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")
ClustersResourceV4 getClustersResource()
Specified by:
getClustersResource in interface RootResourceV1
Specified by:
getClustersResource in interface RootResourceV2
Specified by:
getClustersResource in interface RootResourceV3
Returns:
The clusters resource handler.

getAuditsResource

@Path(value="/audits")
AuditsResource getAuditsResource()
Returns:
The audits resource handler.

getTimeSeriesResource

@Path(value="/timeseries")
TimeSeriesResource getTimeSeriesResource()
Returns:
The time series resource handler.


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