Struct aws_sdk_datasync::model::HdfsNameNode
source · #[non_exhaustive]pub struct HdfsNameNode { /* private fields */ }
Expand description
The NameNode of the Hadoop Distributed File System (HDFS). The NameNode manages the file system's namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes.
Implementations§
source§impl HdfsNameNode
impl HdfsNameNode
source§impl HdfsNameNode
impl HdfsNameNode
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HdfsNameNode
.
Trait Implementations§
source§impl Clone for HdfsNameNode
impl Clone for HdfsNameNode
source§fn clone(&self) -> HdfsNameNode
fn clone(&self) -> HdfsNameNode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HdfsNameNode
impl Debug for HdfsNameNode
source§impl PartialEq<HdfsNameNode> for HdfsNameNode
impl PartialEq<HdfsNameNode> for HdfsNameNode
source§fn eq(&self, other: &HdfsNameNode) -> bool
fn eq(&self, other: &HdfsNameNode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.