|
Rename Method protected doCreateMethod(uri String) : DeleteMethod renamed to protected doCreateRequest(uri String) : HttpDelete in class org.apache.hadoop.fs.swift.http.SwiftRestClient.DeleteRequestProcessor |
From |
To |
|
Rename Method public getName() : String renamed to public getMethod() : String in class org.apache.hadoop.fs.swift.http.CopyRequest |
From |
To |
|
Rename Method protected doCreateMethod(uri String) : AuthPostMethod renamed to protected doCreateRequest(uri String) : AuthPostRequest in class org.apache.hadoop.fs.swift.http.SwiftRestClient.AuthRequestProcessor |
From |
To |
|
Rename Method protected doCreateMethod(uri String) : HeadMethod renamed to protected doCreateRequest(uri String) : HttpHead in class org.apache.hadoop.fs.swift.http.SwiftRestClient.HeadRequestProcessor |
From |
To |
|
Rename Method protected doCreateMethod(uri String) : PutMethod renamed to protected doCreateRequest(uri String) : HttpPut in class org.apache.hadoop.fs.swift.http.SwiftRestClient.PutRequestProcessor |
From |
To |
|
Rename Method protected doCreateMethod(uri String) : GetMethod renamed to protected doCreateRequest(uri String) : HttpGet in class org.apache.hadoop.fs.swift.http.SwiftRestClient.GetRequestProcessor |
From |
To |
|
Rename Method public createMethod(uri String) : M renamed to public createRequest(uri String) : M in class org.apache.hadoop.fs.swift.http.SwiftRestClient.HttpRequestProcessor |
From |
To |
|
Change Parameter Type method : HttpMethodBase to method : HttpUriRequest in method private setAuthToken(method HttpUriRequest, accessToken AccessToken) : void in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Change Parameter Type processor : HttpMethodProcessor<M,R> to processor : HttpRequestProcessor<M,R> in method private perform(uri URI, processor HttpRequestProcessor<M,R>) : R in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Change Parameter Type method : HttpMethod to resp : HttpResponse in method public SwiftAuthenticationFailedException(message String, operation String, uri URI, resp HttpResponse) in class org.apache.hadoop.fs.swift.exceptions.SwiftAuthenticationFailedException |
From |
To |
|
Change Parameter Type method : HttpMethod to resp : HttpResponse in method public SwiftThrottledRequestException(message String, operation String, uri URI, resp HttpResponse) in class org.apache.hadoop.fs.swift.exceptions.SwiftThrottledRequestException |
From |
To |
|
Change Parameter Type method : HttpMethod to req : HttpRequestBase in method public HttpInputStreamWithRelease(uri URI, req HttpRequestBase, resp HttpResponse) in class org.apache.hadoop.fs.swift.http.HttpInputStreamWithRelease |
From |
To |
|
Change Parameter Type method : HttpMethod to resp : HttpResponse in method public SwiftBadRequestException(message String, operation String, uri URI, resp HttpResponse) in class org.apache.hadoop.fs.swift.exceptions.SwiftBadRequestException |
From |
To |
|
Change Parameter Type method : HttpMethodBase to method : HttpUriRequest in method private setHeaders(method HttpUriRequest, requestHeaders Header[]) : void in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Change Parameter Type method : M to resp : HttpResponse in method private buildException(uri URI, req M, resp HttpResponse, statusCode int) : IOException in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Change Parameter Type method : HttpMethod to resp : HttpResponse in method public SwiftInvalidResponseException(message String, operation String, uri URI, resp HttpResponse) in class org.apache.hadoop.fs.swift.exceptions.SwiftInvalidResponseException |
From |
To |
|
Change Parameter Type processor : HttpMethodProcessor<M,R> to processor : HttpRequestProcessor<M,R> in method private perform(reason String, uri URI, processor HttpRequestProcessor<M,R>) : R in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Change Return Type GetMethod to HttpGet in method protected doCreateRequest(uri String) : HttpGet in class org.apache.hadoop.fs.swift.http.SwiftRestClient.GetRequestProcessor |
From |
To |
|
Change Return Type AuthPostMethod to AuthPostRequest in method protected doCreateRequest(uri String) : AuthPostRequest in class org.apache.hadoop.fs.swift.http.SwiftRestClient.AuthRequestProcessor |
From |
To |
|
Change Return Type int to HttpResponse in method private execWithDebugOutput(req M, client HttpClient) : HttpResponse in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Change Return Type PutMethod to HttpPut in method protected doCreateRequest(uri String) : HttpPut in class org.apache.hadoop.fs.swift.http.SwiftRestClient.PutRequestProcessor |
From |
To |
|
Change Return Type DeleteMethod to HttpDelete in method protected doCreateRequest(uri String) : HttpDelete in class org.apache.hadoop.fs.swift.http.SwiftRestClient.DeleteRequestProcessor |
From |
To |
|
Change Return Type StringRequestEntity to StringEntity in method private getAuthenticationRequst(authenticationRequest AuthenticationRequest) : StringEntity in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Change Return Type HeadMethod to HttpHead in method protected doCreateRequest(uri String) : HttpHead in class org.apache.hadoop.fs.swift.http.SwiftRestClient.HeadRequestProcessor |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.SwiftRestClient.CopyMethodProcessor renamed to org.apache.hadoop.fs.swift.http.SwiftRestClient.CopyRequestProcessor |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.CopyMethod renamed to org.apache.hadoop.fs.swift.http.CopyRequest |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.SwiftRestClient.AuthPostMethod renamed to org.apache.hadoop.fs.swift.http.SwiftRestClient.AuthPostRequest |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.SwiftRestClient.HeadMethodProcessor renamed to org.apache.hadoop.fs.swift.http.SwiftRestClient.HeadRequestProcessor |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.SwiftRestClient.AuthMethodProcessor renamed to org.apache.hadoop.fs.swift.http.SwiftRestClient.AuthRequestProcessor |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.SwiftRestClient.PutMethodProcessor renamed to org.apache.hadoop.fs.swift.http.SwiftRestClient.PutRequestProcessor |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.SwiftRestClient.DeleteMethodProcessor renamed to org.apache.hadoop.fs.swift.http.SwiftRestClient.DeleteRequestProcessor |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.SwiftRestClient.GetMethodProcessor renamed to org.apache.hadoop.fs.swift.http.SwiftRestClient.GetRequestProcessor |
From |
To |
|
Rename Class org.apache.hadoop.fs.swift.http.SwiftRestClient.HttpMethodProcessor renamed to org.apache.hadoop.fs.swift.http.SwiftRestClient.HttpRequestProcessor |
From |
To |
|
Rename Parameter method : HttpMethod to resp : HttpResponse in method public SwiftAuthenticationFailedException(message String, operation String, uri URI, resp HttpResponse) in class org.apache.hadoop.fs.swift.exceptions.SwiftAuthenticationFailedException |
From |
To |
|
Rename Parameter method : M to req : M in method private buildException(uri URI, req M, resp HttpResponse, statusCode int) : IOException in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Rename Parameter method : HttpMethod to resp : HttpResponse in method public SwiftThrottledRequestException(message String, operation String, uri URI, resp HttpResponse) in class org.apache.hadoop.fs.swift.exceptions.SwiftThrottledRequestException |
From |
To |
|
Rename Parameter method : HttpMethod to req : HttpRequestBase in method public HttpInputStreamWithRelease(uri URI, req HttpRequestBase, resp HttpResponse) in class org.apache.hadoop.fs.swift.http.HttpInputStreamWithRelease |
From |
To |
|
Rename Parameter method : HttpMethod to resp : HttpResponse in method public SwiftBadRequestException(message String, operation String, uri URI, resp HttpResponse) in class org.apache.hadoop.fs.swift.exceptions.SwiftBadRequestException |
From |
To |
|
Rename Parameter method : M to resp : HttpResponse in method private buildException(uri URI, req M, resp HttpResponse, statusCode int) : IOException in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Rename Parameter method : M to req : M in method protected setup(req M) : void in class org.apache.hadoop.fs.swift.http.SwiftRestClient.HttpRequestProcessor |
From |
To |
|
Rename Parameter method : M to req : M in method private execWithDebugOutput(req M, client HttpClient) : HttpResponse in class org.apache.hadoop.fs.swift.http.SwiftRestClient |
From |
To |
|
Rename Parameter method : HttpMethod to resp : HttpResponse in method public SwiftInvalidResponseException(message String, operation String, uri URI, resp HttpResponse) in class org.apache.hadoop.fs.swift.exceptions.SwiftInvalidResponseException |
From |
To |