public static final class CfnLocationHDFS.QopConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationHDFS.QopConfigurationProperty
CfnLocationHDFS.QopConfigurationProperty
CfnLocationHDFS.QopConfigurationProperty.Builder, CfnLocationHDFS.QopConfigurationProperty.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 |
getDataTransferProtection()
The data transfer protection setting configured on the HDFS cluster.
|
java.lang.String |
getRpcProtection()
The Remote Procedure Call (RPC) protection setting configured on the HDFS cluster.
|
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 getDataTransferProtection()
CfnLocationHDFS.QopConfigurationProperty
This setting corresponds to your dfs.data.transfer.protection
setting in the hdfs-site.xml
file on your Hadoop cluster.
getDataTransferProtection
in interface CfnLocationHDFS.QopConfigurationProperty
public final java.lang.String getRpcProtection()
CfnLocationHDFS.QopConfigurationProperty
This setting corresponds to your hadoop.rpc.protection
setting in your core-site.xml
file on your Hadoop cluster.
getRpcProtection
in interface CfnLocationHDFS.QopConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()