Added Methods |
Writable call(Writable, InetSocketAddress, Class, UserGroupInformation)
|
Make a call passing param to the IPC server running at address which is servicing the protocol protocol with the ticket credentials returning the value. |
Writable call(Writable, InetSocketAddress, UserGroupInformation)
|
Make a call passing param to the IPC server running at address with the ticket credentials returning the value. |
Writable call(Writable, InetSocketAddress, Class, UserGroupInformation, Configuration)
|
Make a call passing param to the IPC server running at address which is servicing the protocol protocol with the ticket credentials and conf as configuration for this connection returning the value. |
Writable call(Writable, ConnectionId)
|
Make a call passing param to the IPC server defined by remoteId returning the value. |
Writable[] call(Writable[], InetSocketAddress[])
|
@deprecated Use InetSocketAddress[ Class UserGroupInformation Configuration)} instead |
Writable[] call(Writable[], InetSocketAddress[], Class, UserGroupInformation)
|
@deprecated Use InetSocketAddress[ Class UserGroupInformation Configuration)} instead |
Writable[] call(Writable[], InetSocketAddress[], Class, UserGroupInformation, Configuration)
|
Makes a set of calls in parallel. |