Toggle navigation
Home
org.apache.hadoop.util.concurrent.AsyncGet to java.util.concurrent.Callable
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Variable
asyncGet
to
callBack
ASYNC_RETURN_VALUE
to
RETURN_VALUE_CALLBACK
ASYNC_RETURN_VALUE
to
RETURN_VALUE_CALLBACK
getAsyncReturnValue
to
getReturnValueCallback
asyncReturnMessage
to
returnMessageCallback
Cascading Type Change (Similar)
AsyncGet<T,Exception>
to
Callable<T>
AsyncGet<Message,Exception>
to
Callable<Message>
Rename Method invocation
getAsyncReturnMessage
to
getReturnMessageCallback