package
0.1.4
Repository: https://github.com/kockockockoc/hdfs.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Non-fatal Rpc error - connection left open for future rpc calls.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Fatal Server side Rpc error - connection closed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* The connection context is sent as part of the connection establishment.
No description provided by the author
No description provided by the author
* This message is the header for the Protobuf Rpc Engine when sending a RPC request from RPC client to the RPC server.
No description provided by the author
* Rpc Response Header +------------------------------------------------------------------+ | Rpc total response length in bytes (4 bytes int) | | (sum of next two parts) | +------------------------------------------------------------------+ | RpcResponseHeaderProto - serialized delimited ie has len | +------------------------------------------------------------------+ | if request is successful: | | - RpcResponse - The actual rpc response bytes follow | | the response header | | This response is serialized based on RpcKindProto | | if request fails : | | The rpc response header contains the necessary info | +------------------------------------------------------------------+ Note that rpc response header is also used when connection setup fails.
No description provided by the author
No description provided by the author
* Security token identifier.
* Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContext.

# Type aliases

* RpcKind determine the rpcEngine and the serialization of the rpc request.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author