Uses of Class
org.apache.hadoop.hdfs.protocol.datatransfer.sasl.SaslDataTransferClient
Packages that use SaslDataTransferClient
-
Uses of SaslDataTransferClient in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return SaslDataTransferClientModifier and TypeMethodDescriptionDFSClient.getSaslDataTransferClient()Returns the SaslDataTransferClient configured for this DFSClient.Methods in org.apache.hadoop.hdfs with parameters of type SaslDataTransferClientModifier and TypeMethodDescriptionstatic IOStreamPairDFSUtilClient.connectToDN(DatanodeInfo dn, int timeout, org.apache.hadoop.conf.Configuration conf, SaslDataTransferClient saslClient, SocketFactory socketFactory, boolean connectToDnViaHostname, DataEncryptionKeyFactory dekFactory, org.apache.hadoop.security.token.Token<BlockTokenIdentifier> blockToken) Connect to the given datanode's datantrasfer port, and return the resulting IOStreamPair.static PeerDFSUtilClient.peerFromSocketAndKey(SaslDataTransferClient saslClient, Socket s, DataEncryptionKeyFactory keyFactory, org.apache.hadoop.security.token.Token<BlockTokenIdentifier> blockToken, DatanodeID datanodeId, int socketTimeoutMs)