public static interface QopConfiguration.Builder extends SdkPojo, CopyableBuilder<QopConfiguration.Builder,QopConfiguration>
| Modifier and Type | Method and Description |
|---|---|
QopConfiguration.Builder |
dataTransferProtection(HdfsDataTransferProtection dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster.
|
QopConfiguration.Builder |
dataTransferProtection(String dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster.
|
QopConfiguration.Builder |
rpcProtection(HdfsRpcProtection rpcProtection)
The RPC protection setting configured on the HDFS cluster.
|
QopConfiguration.Builder |
rpcProtection(String rpcProtection)
The RPC protection setting configured on the HDFS cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQopConfiguration.Builder rpcProtection(String rpcProtection)
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster.
rpcProtection - The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protection setting in your core-site.xml file on your Hadoop
cluster.HdfsRpcProtection,
HdfsRpcProtectionQopConfiguration.Builder rpcProtection(HdfsRpcProtection rpcProtection)
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster.
rpcProtection - The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protection setting in your core-site.xml file on your Hadoop
cluster.HdfsRpcProtection,
HdfsRpcProtectionQopConfiguration.Builder dataTransferProtection(String dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop
cluster.
dataTransferProtection - The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protection setting in the hdfs-site.xml file on your
Hadoop cluster.HdfsDataTransferProtection,
HdfsDataTransferProtectionQopConfiguration.Builder dataTransferProtection(HdfsDataTransferProtection dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop
cluster.
dataTransferProtection - The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protection setting in the hdfs-site.xml file on your
Hadoop cluster.HdfsDataTransferProtection,
HdfsDataTransferProtectionCopyright © 2023. All rights reserved.