Docs.rs
hadoop-common-0.0.2
hadoop-common 0.0.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
xiaozhiyan
Dependencies
anyhow ^1.0.72
normal
atomic ^0.6.0
normal
hadoop-proto ^0.0.2
normal
iref ^2.2.3
normal
once_cell ^1.18.0
normal
prost ^0.11.9
normal
uuid ^1.4.1
normal
whoami ^1.4.1
normal
Versions
41.38%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hadoop_
common
0.0.2
Module ipc
Module Items
Structs
Enums
Traits
In crate hadoop_
common
hadoop_common
Module
ipc
Copy item path
Source
Structs
§
Client
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.
Connection
Id
This class holds the address and the user ticket. The client connections to servers are uniquely identified by
<remoteAddress, protocol, ticket>
Invoker
Protobuf
RpcEngine2
Protocol
Info
The protocol name that is used when a client and server connect.
RPC
A simple RPC mechanism.
Enums
§
RpcKind
Traits
§
Alignment
Context
This interface intends to align the state between client and server via RPC communication.
RpcEngine
An RPC implementation.
RpcProtocol