Module hadoop_common::ipc
source · Structs
- A client for an IPC service. IPC calls take a single [
Writable
] as a parameter, and return a [Writable
] as their value. A service runs on a port and is defined by a parameter class and a value class. - This class holds the address and the user ticket. The client connections to servers are uniquely identified by
<remoteAddress, protocol, ticket>
- The protocol name that is used when a client and server connect.
- A simple RPC mechanism.
Enums
Traits
- This interface intends to align the state between client and server via RPC communication.
- An RPC implementation.