com.cloudera.api.v3
Interface RootResourceV3
- All Superinterfaces:
- RootResourceV1, RootResourceV2
- All Known Subinterfaces:
- RootResourceV10, RootResourceV11, RootResourceV12, RootResourceV13, RootResourceV14, RootResourceV15, RootResourceV16, RootResourceV17, RootResourceV18, RootResourceV4, RootResourceV5, RootResourceV6, RootResourceV7, RootResourceV8, RootResourceV9
@Path(value="")
public interface RootResourceV3
- extends RootResourceV2
The root of the Cloudera API (v3). Provides access to all sub-resources
available in version 3 of the API.
getClouderaManagerResource
@Path(value="/cm")
ClouderaManagerResourceV3 getClouderaManagerResource()
- Specified by:
getClouderaManagerResource
in interface RootResourceV1
- Specified by:
getClouderaManagerResource
in interface RootResourceV2
- Returns:
- The Cloudera Manager resource handler.
getClustersResource
@Path(value="/clusters")
ClustersResourceV3 getClustersResource()
- Specified by:
getClustersResource
in interface RootResourceV1
- Specified by:
getClustersResource
in interface RootResourceV2
- Returns:
- The clusters resource handler.
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.