com.cloudera.api
Interface ApiRootResource


@Path(value="/")
public interface ApiRootResource

Root resource for the API. Provides access to the version-specific resources.


Method Summary
 String getCurrentVersion()
          Fetch the current API version supported by the server.
 RootResourceV1 getRootV1()
           
 RootResourceV10 getRootV10()
           
 RootResourceV11 getRootV11()
           
 RootResourceV12 getRootV12()
           
 RootResourceV13 getRootV13()
           
 RootResourceV14 getRootV14()
           
 RootResourceV15 getRootV15()
           
 RootResourceV16 getRootV16()
           
 RootResourceV17 getRootV17()
           
 RootResourceV18 getRootV18()
           
 RootResourceV19 getRootV19()
           
 RootResourceV2 getRootV2()
           
 RootResourceV3 getRootV3()
           
 RootResourceV4 getRootV4()
           
 RootResourceV5 getRootV5()
           
 RootResourceV6 getRootV6()
           
 RootResourceV7 getRootV7()
           
 RootResourceV8 getRootV8()
           
 RootResourceV9 getRootV9()
           
 

Method Detail

getRootV1

@Path(value="/v1")
RootResourceV1 getRootV1()
Returns:
The v1 root resource.

getRootV2

@Path(value="/v2")
RootResourceV2 getRootV2()
Returns:
The v2 root resource.

getRootV3

@Path(value="/v3")
RootResourceV3 getRootV3()
Returns:
The v3 root resource.

getRootV4

@Path(value="/v4")
RootResourceV4 getRootV4()
Returns:
The v4 root resource.

getRootV5

@Path(value="/v5")
RootResourceV5 getRootV5()
Returns:
The v5 root resource.

getRootV6

@Path(value="/v6")
RootResourceV6 getRootV6()
Returns:
The v6 root resource.

getRootV7

@Path(value="/v7")
RootResourceV7 getRootV7()
Returns:
The v7 root resource.

getRootV8

@Path(value="/v8")
RootResourceV8 getRootV8()
Returns:
The v8 root resource.

getRootV9

@Path(value="/v9")
RootResourceV9 getRootV9()
Returns:
The v9 root resource.

getRootV10

@Path(value="/v10")
RootResourceV10 getRootV10()
Returns:
The v10 root resource.

getRootV11

@Path(value="/v11")
RootResourceV11 getRootV11()
Returns:
The v11 root resource.

getRootV12

@Path(value="/v12")
RootResourceV12 getRootV12()
Returns:
The v12 root resource.

getRootV13

@Path(value="/v13")
RootResourceV13 getRootV13()
Returns:
The v13 root resource.

getRootV14

@Path(value="/v14")
RootResourceV14 getRootV14()
Returns:
The v14 root resource.

getRootV15

@Path(value="/v15")
RootResourceV15 getRootV15()
Returns:
The v15 root resource.

getRootV16

@Path(value="/v16")
RootResourceV16 getRootV16()
Returns:
The v16 root resource.

getRootV17

@Path(value="/v17")
RootResourceV17 getRootV17()
Returns:
The v17 root resource.

getRootV18

@Path(value="/v18")
RootResourceV18 getRootV18()
Returns:
The v18 root resource.

getRootV19

@Path(value="/v19")
RootResourceV19 getRootV19()
Returns:
The v19 root resource.

getCurrentVersion

@Path(value="/version")
String getCurrentVersion()
Fetch the current API version supported by the server.

Available since API v2.

Returns:
The current API version (e.g., "v2").


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