| Package | Description |
|---|---|
| org.apache.hadoop.hdfs |
| Modifier and Type | Method | Description |
|---|---|---|
SaslDataTransferClient |
DFSClient.getSaslDataTransferClient() |
Returns the SaslDataTransferClient configured for this DFSClient.
|
| Modifier and Type | Method | Description |
|---|---|---|
static IOStreamPair |
DFSUtilClient.connectToDN(DatanodeInfo dn,
int timeout,
org.apache.hadoop.conf.Configuration conf,
SaslDataTransferClient saslClient,
javax.net.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 Peer |
DFSUtilClient.peerFromSocketAndKey(SaslDataTransferClient saslClient,
java.net.Socket s,
DataEncryptionKeyFactory keyFactory,
org.apache.hadoop.security.token.Token<BlockTokenIdentifier> blockToken,
DatanodeID datanodeId,
int socketTimeoutMs) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.