Interface QopConfiguration.Builder

    • Method Detail

      • rpcProtection

        QopConfiguration.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HdfsRpcProtection, HdfsRpcProtection
      • rpcProtection

        QopConfiguration.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HdfsRpcProtection, HdfsRpcProtection
      • dataTransferProtection

        QopConfiguration.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HdfsDataTransferProtection, HdfsDataTransferProtection
      • dataTransferProtection

        QopConfiguration.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HdfsDataTransferProtection, HdfsDataTransferProtection