Toggle navigation
Home
java.util.concurrent.Callable to org.apache.hadoop.util.concurrent.AsyncGet
No. of Instances - 12
No. of Commits - 2
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Similar)
Callable<Message>
to
AsyncGet<Message,Exception>
Callable<Message>
to
AsyncGet<Message,Exception>
Callable<T>
to
AsyncGet<T,Exception>
Callable<Message>
to
AsyncGet<Message,Exception>
Callable<Message>
to
AsyncGet<Message,Exception>
Callable<T>
to
AsyncGet<T,Exception>
Rename Method invocation
getReturnMessageCallback
to
getAsyncReturnMessage
getReturnMessageCallback
to
getAsyncReturnMessage
Rename Variable
returnMessageCallback
to
asyncReturnMessage
RETURN_VALUE_CALLBACK
to
ASYNC_RETURN_VALUE
RETURN_VALUE_CALLBACK
to
ASYNC_RETURN_VALUE
callBack
to
asyncGet
callback
to
asyncGet
callback
to
asyncGet
getReturnValueCallback
to
getAsyncReturnValue
callback
to
asyncGet
callback
to
asyncGet
returnMessageCallback
to
asyncReturnMessage
callBack
to
asyncGet
getReturnValueCallback
to
getAsyncReturnValue
RETURN_VALUE_CALLBACK
to
ASYNC_RETURN_VALUE
RETURN_VALUE_CALLBACK
to
ASYNC_RETURN_VALUE
Add or Remove Method invocation
frrw.get()
to
rrw
frrw.get()
to
rrw
Other
frrw.get()
to
timeout < 0 ? frrw.get() : frrw.get(timeout,unit)
frrw.get()
to
timeout < 0 ? frrw.get() : frrw.get(timeout,unit)