@Generated(value="software.amazon.awssdk:codegen") public final class QopConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QopConfiguration.Builder,QopConfiguration>
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QopConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QopConfiguration.Builder |
builder() |
HdfsDataTransferProtection |
dataTransferProtection()
The data transfer protection setting configured on the HDFS cluster.
|
String |
dataTransferProtectionAsString()
The data transfer protection setting configured on the HDFS cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HdfsRpcProtection |
rpcProtection()
The RPC protection setting configured on the HDFS cluster.
|
String |
rpcProtectionAsString()
The RPC protection setting configured on the HDFS cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QopConfiguration.Builder> |
serializableBuilderClass() |
QopConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, rpcProtection
will return HdfsRpcProtection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from rpcProtectionAsString().
hadoop.rpc.protection setting in your core-site.xml file on your Hadoop
cluster.HdfsRpcProtectionpublic final String rpcProtectionAsString()
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.
If the service returns an enum value that is not available in the current SDK version, rpcProtection
will return HdfsRpcProtection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from rpcProtectionAsString().
hadoop.rpc.protection setting in your core-site.xml file on your Hadoop
cluster.HdfsRpcProtectionpublic final 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.
If the service returns an enum value that is not available in the current SDK version,
dataTransferProtection will return HdfsDataTransferProtection.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from dataTransferProtectionAsString().
dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop
cluster.HdfsDataTransferProtectionpublic final String dataTransferProtectionAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
dataTransferProtection will return HdfsDataTransferProtection.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from dataTransferProtectionAsString().
dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop
cluster.HdfsDataTransferProtectionpublic QopConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QopConfiguration.Builder,QopConfiguration>public static QopConfiguration.Builder builder()
public static Class<? extends QopConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.