|
Change Parameter Type method : HttpUriRequest to method : HttpMethod in method public executeURI(method HttpMethod, headers Header[], uri String) : int in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Parameter Type resp : HttpResponse to body : byte[] in method public Response(code int, headers Header[], body byte[], in InputStream) in class org.apache.hadoop.hbase.rest.client.Response |
From |
To |
|
Change Parameter Type method : HttpUriRequest to method : HttpMethod in method public executePathOnly(cluster Cluster, method HttpMethod, headers Header[], path String) : int in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Change Parameter Type method : HttpUriRequest to method : HttpMethod in method public execute(cluster Cluster, method HttpMethod, headers Header[], path String) : int in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable resp : HttpResponse to code : int in method public head(cluster Cluster, path String, headers Header[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable resp : HttpResponse to code : int in method public delete(cluster Cluster, path String) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable resp : HttpResponse to code : int in method public put(cluster Cluster, path String, headers Header[], content byte[]) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |
|
Rename Variable resp : HttpResponse to code : int 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 resp : HttpResponse to code : int 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 resp : HttpResponse to code : int 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 resp : HttpResponse to code : int 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 resp : HttpResponse to code : int 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 resp : HttpResponse to code : int 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 resp : HttpResponse to code : int in method public delete(cluster Cluster, path String) : Response in class org.apache.hadoop.hbase.rest.client.Client |
From |
To |