public static interface HdfsNameNode.Builder extends SdkPojo, CopyableBuilder<HdfsNameNode.Builder,HdfsNameNode>
| Modifier and Type | Method and Description |
|---|---|
HdfsNameNode.Builder |
hostname(String hostname)
The hostname of the NameNode in the HDFS cluster.
|
HdfsNameNode.Builder |
port(Integer port)
The port that the NameNode uses to listen to client requests.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHdfsNameNode.Builder hostname(String hostname)
The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.
hostname - The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service
(DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate
with the NameNode in the network.HdfsNameNode.Builder port(Integer port)
The port that the NameNode uses to listen to client requests.
port - The port that the NameNode uses to listen to client requests.Copyright © 2022. All rights reserved.