Class QopConfiguration

    • Method Detail

      • rpcProtection

        public 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().

        Returns:
        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.
        See Also:
        HdfsRpcProtection
      • rpcProtectionAsString

        public 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().

        Returns:
        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.
        See Also:
        HdfsRpcProtection
      • dataTransferProtection

        public 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().

        Returns:
        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.
        See Also:
        HdfsDataTransferProtection
      • dataTransferProtectionAsString

        public 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().

        Returns:
        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.
        See Also:
        HdfsDataTransferProtection
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)