Uses of Interface
org.apache.hadoop.hdfs.protocol.datatransfer.sasl.DataEncryptionKeyFactory
Packages that use DataEncryptionKeyFactory
-
Uses of DataEncryptionKeyFactory in org.apache.hadoop.hdfs
Classes in org.apache.hadoop.hdfs that implement DataEncryptionKeyFactoryModifier and TypeClassDescriptionclassDFSClient can connect to a Hadoop Filesystem and perform basic file tasks.Methods in org.apache.hadoop.hdfs with parameters of type DataEncryptionKeyFactoryModifier 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) -
Uses of DataEncryptionKeyFactory in org.apache.hadoop.hdfs.protocol.datatransfer.sasl
Methods in org.apache.hadoop.hdfs.protocol.datatransfer.sasl with parameters of type DataEncryptionKeyFactoryModifier and TypeMethodDescriptionSaslDataTransferClient.newSocketSend(Socket socket, OutputStream underlyingOut, InputStream underlyingIn, DataEncryptionKeyFactory encryptionKeyFactory, org.apache.hadoop.security.token.Token<BlockTokenIdentifier> accessToken, DatanodeID datanodeId) Sends client SASL negotiation for a newly allocated socket if required.SaslDataTransferClient.peerSend(Peer peer, DataEncryptionKeyFactory encryptionKeyFactory, org.apache.hadoop.security.token.Token<BlockTokenIdentifier> accessToken, DatanodeID datanodeId) Sends client SASL negotiation for a peer if required.SaslDataTransferClient.socketSend(Socket socket, OutputStream underlyingOut, InputStream underlyingIn, DataEncryptionKeyFactory encryptionKeyFactory, org.apache.hadoop.security.token.Token<BlockTokenIdentifier> accessToken, DatanodeID datanodeId) Sends client SASL negotiation for a socket if required.SaslDataTransferClient.socketSend(Socket socket, OutputStream underlyingOut, InputStream underlyingIn, DataEncryptionKeyFactory encryptionKeyFactory, org.apache.hadoop.security.token.Token<BlockTokenIdentifier> accessToken, DatanodeID datanodeId, SecretKey secretKey)