com.cloudera.api.v1
Interface RootResourceV1

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

public interface RootResourceV1

The root of the Cloudera API. Provides access to all sub-resources available in version 1 of the API.


Method Summary
 ClouderaManagerResource getClouderaManagerResource()
           
 ClustersResource getClustersResource()
           
 CommandsResource getCommandsResource()
           
 EventsResource getEventsResource()
          Return the events resource handler.
 HostsResource getHostsResource()
           
 ToolsResource getToolsResource()
           
 UsersResource getUsersResource()
           
 

Method Detail

getClouderaManagerResource

@Path(value="/cm")
ClouderaManagerResource getClouderaManagerResource()
Returns:
The Cloudera Manager resource handler.

getClustersResource

@Path(value="/clusters")
ClustersResource getClustersResource()
Returns:
The clusters resource handler.

getCommandsResource

@Path(value="/commands")
CommandsResource getCommandsResource()
Returns:
The commands resource handler.

getHostsResource

@Path(value="/hosts")
HostsResource getHostsResource()
Returns:
The hosts resource handler.

getToolsResource

@Path(value="/tools")
ToolsResource getToolsResource()
Returns:
The tools resource handler.

getUsersResource

@Path(value="/users")
UsersResource getUsersResource()
Returns:
The users resource handler.

getEventsResource

@Path(value="/events")
EventsResource getEventsResource()
Return the events resource handler.

Returns:
The events resource handler.


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