Package org.apache.hadoop.ipc
Interface RpcInvocationHandler
- All Superinterfaces:
AutoCloseable,Closeable,InvocationHandler
- All Known Implementing Classes:
LossyRetryInvocationHandler,ProtobufRpcEngine.Invoker,ProtobufRpcEngine2.Invoker,RetryInvocationHandler
This interface must be implemented by all InvocationHandler
implementations.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the connection id associated with the InvocationHandler instance.Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
-
Method Details
-
getConnectionId
Client.ConnectionId getConnectionId()Returns the connection id associated with the InvocationHandler instance.- Returns:
- ConnectionId
-