| Package | Description |
|---|---|
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| org.apache.hadoop.hdfs.net | |
| org.apache.hadoop.hdfs.protocol | |
| org.apache.hadoop.hdfs.protocol.datatransfer | |
| org.apache.hadoop.hdfs.protocolPB | |
| org.apache.hadoop.hdfs.security.token.block | |
| org.apache.hadoop.hdfs.server.blockmanagement | |
| org.apache.hadoop.hdfs.server.common |
| Modifier and Type | Method and Description |
|---|---|
DataEncryptionKey |
DFSClient.getDataEncryptionKey() |
| Modifier and Type | Method and Description |
|---|---|
static Peer |
TcpPeerServer.peerFromSocketAndKey(Socket s,
DataEncryptionKey key) |
| Constructor and Description |
|---|
EncryptedPeer(Peer enclosedPeer,
DataEncryptionKey key) |
| Modifier and Type | Method and Description |
|---|---|
DataEncryptionKey |
ClientProtocol.getDataEncryptionKey() |
| Modifier and Type | Method and Description |
|---|---|
static IOStreamPair |
DataTransferEncryptor.getEncryptedStreams(OutputStream underlyingOut,
InputStream underlyingIn,
DataEncryptionKey encryptionKey)
Factory method for clients, where the encryption token is already created.
|
| Modifier and Type | Method and Description |
|---|---|
static DataEncryptionKey |
PBHelper.convert(HdfsProtos.DataEncryptionKeyProto bet) |
DataEncryptionKey |
ClientNamenodeProtocolTranslatorPB.getDataEncryptionKey() |
| Modifier and Type | Method and Description |
|---|---|
static HdfsProtos.DataEncryptionKeyProto |
PBHelper.convert(DataEncryptionKey bet) |
| Modifier and Type | Method and Description |
|---|---|
DataEncryptionKey |
BlockTokenSecretManager.generateDataEncryptionKey()
Generate a data encryption key for this block pool, using the current
BlockKey.
|
DataEncryptionKey |
BlockPoolTokenSecretManager.generateDataEncryptionKey(String blockPoolId) |
| Modifier and Type | Method and Description |
|---|---|
DataEncryptionKey |
BlockManager.generateDataEncryptionKey() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JspHelper.streamBlockInAscii(InetSocketAddress addr,
String poolId,
long blockId,
Token<BlockTokenIdentifier> blockToken,
long genStamp,
long blockSize,
long offsetIntoBlock,
long chunkSizeToView,
javax.servlet.jsp.JspWriter out,
Configuration conf,
DFSClient.Conf dfsConf,
DataEncryptionKey encryptionKey) |
Copyright © 2013 Apache Software Foundation. All rights reserved.