public static final class CfnLocationHDFS.NameNodeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationHDFS.NameNodeProperty
CfnLocationHDFS.NameNodeProperty
CfnLocationHDFS.NameNodeProperty.Builder, CfnLocationHDFS.NameNodeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getHostname()
The hostname of the NameNode in the HDFS cluster.
|
java.lang.Number |
getPort()
The port that the NameNode uses to listen to client requests.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getHostname()
CfnLocationHDFS.NameNodeProperty
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.
getHostname
in interface CfnLocationHDFS.NameNodeProperty
public final java.lang.Number getPort()
CfnLocationHDFS.NameNodeProperty
getPort
in interface CfnLocationHDFS.NameNodeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()