Docs.rs
  • hadoop-common-0.0.1
    • hadoop-common 0.0.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • xiaozhiyan
    • Dependencies
      • anyhow ^1.0.72 normal
      • atomic ^0.6.0 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
      • prost-build ^0.11.9 build
    • Versions
    • 61.07% of the crate is documented
  • This release has been yanked, go to latest version
  • 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
logo

logo

Module common_configuration_keys

  • Constants
?
Change settings

Module hadoop_common::fs::common_configuration_keys

source ·

Re-exports

  • pub use super::common_configuration_keys_public::*;

Constants

  • FS_PERMISSIONS_UMASK_DEFAULT
    Default value for FS_PERMISSIONS_UMASK_KEY
  • FS_PERMISSIONS_UMASK_KEY
    Default umask for files created in HDFS
  • IPC_CLIENT_ASYNC_CALLS_MAX_DEFAULT
  • IPC_CLIENT_ASYNC_CALLS_MAX_KEY
  • IPC_CLIENT_BIND_WILDCARD_ADDR_DEFAULT
  • IPC_CLIENT_BIND_WILDCARD_ADDR_KEY
  • IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SASL_DEFAULT
  • IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SASL_KEY
  • IPC_CLIENT_FALLBACK_TO_SIMPLE_AUTH_ALLOWED_DEFAULT
  • IPC_CLIENT_FALLBACK_TO_SIMPLE_AUTH_ALLOWED_KEY
  • IPC_CLIENT_PING_DEFAULT
    Default value of IPC_CLIENT_PING_KEY
  • IPC_CLIENT_PING_KEY
    Enables pings from RPC client to the server
  • IPC_MAXIMUM_RESPONSE_LENGTH
    Max response size a client will accept
  • IPC_MAXIMUM_RESPONSE_LENGTH_DEFAULT
    Default value for IPC_MAXIMUM_RESPONSE_LENGTH
  • IPC_PING_INTERVAL_DEFAULT
    Default value for IPC_PING_INTERVAL_KEY
  • IPC_PING_INTERVAL_KEY
    How often does RPC client send pings to RPC server