|
Change Parameter Type body : byte[] to resp : HttpResponse in method public Response(code int, headers Header[], resp HttpResponse, in InputStream) in class org.apache.hadoop.hbase.rest.client.Response |
From |
To |
|
Change Parameter Type method : HttpMethod to method : HttpUriRequest in method public executeURI(method HttpUriRequest, headers Header[], uri String) : HttpResponse in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Parameter Type method : HttpMethod to method : HttpUriRequest in method public execute(cluster Cluster, method HttpUriRequest, headers Header[], path String) : HttpResponse in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Parameter Type method : HttpMethod to method : HttpUriRequest in method public executePathOnly(cluster Cluster, method HttpUriRequest, headers Header[], path String) : HttpResponse in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable code : int to resp : HttpResponse in method public delete(cluster Cluster, path String) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable code : int to resp : HttpResponse in method public head(cluster Cluster, path String, headers Header[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable code : int to resp : HttpResponse in method public delete(cluster Cluster, path String, extraHdr Header) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable code : int to resp : HttpResponse in method public get(c Cluster, path String, headers Header[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable code : int to resp : HttpResponse in method public post(cluster Cluster, path String, headers Header[], content byte[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable code : int to resp : HttpResponse in method public put(cluster Cluster, path String, headers Header[], content byte[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Variable Type code : int to resp : HttpResponse in method public head(cluster Cluster, path String, headers Header[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Variable Type code : int to resp : HttpResponse in method public delete(cluster Cluster, path String) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Variable Type code : int to resp : HttpResponse in method public post(cluster Cluster, path String, headers Header[], content byte[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Variable Type code : int to resp : HttpResponse in method public get(c Cluster, path String, headers Header[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Variable Type code : int to resp : HttpResponse in method public delete(cluster Cluster, path String, extraHdr Header) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Variable Type method : GetMethod to httpGet : HttpGet in method public get(c Cluster, path String, headers Header[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Variable Type code : int to resp : HttpResponse in method public put(cluster Cluster, path String, headers Header[], content byte[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |