|
Move Method public peerFromSocket(socket Socket) : Peer from class org.apache.hadoop.hdfs.net.TcpPeerServer to public peerFromSocket(socket Socket) : Peer from class org.apache.hadoop.hdfs.DFSUtilClient |
From |
To |
|
Move Method public convertCipherOptionProtos(protos List<CipherOptionProto>) : List<CipherOption> from class org.apache.hadoop.hdfs.protocolPB.PBHelper to public convertCipherOptionProtos(protos List<HdfsProtos.CipherOptionProto>) : List<CipherOption> from class org.apache.hadoop.hdfs.protocolPB.PBHelperClient |
From |
To |
|
Move Method public peerFromSocketAndKey(saslClient SaslDataTransferClient, s Socket, keyFactory DataEncryptionKeyFactory, blockToken Token<BlockTokenIdentifier>, datanodeId DatanodeID) : Peer from class org.apache.hadoop.hdfs.net.TcpPeerServer to public peerFromSocketAndKey(saslClient SaslDataTransferClient, s Socket, keyFactory DataEncryptionKeyFactory, blockToken Token<BlockTokenIdentifier>, datanodeId DatanodeID) : Peer from class org.apache.hadoop.hdfs.DFSUtilClient |
From |
To |
|
Move Method public convert(proto CipherOptionProto) : CipherOption from class org.apache.hadoop.hdfs.protocolPB.PBHelper to public convert(proto HdfsProtos.CipherOptionProto) : CipherOption from class org.apache.hadoop.hdfs.protocolPB.PBHelperClient |
From |
To |
|
Move Method public convert(suite CipherSuite) : CipherSuiteProto from class org.apache.hadoop.hdfs.protocolPB.PBHelper to public convert(suite CipherSuite) : HdfsProtos.CipherSuiteProto from class org.apache.hadoop.hdfs.protocolPB.PBHelperClient |
From |
To |
|
Move Method public convert(option CipherOption) : CipherOptionProto from class org.apache.hadoop.hdfs.protocolPB.PBHelper to public convert(option CipherOption) : HdfsProtos.CipherOptionProto from class org.apache.hadoop.hdfs.protocolPB.PBHelperClient |
From |
To |
|
Move Method public convert(proto CipherSuiteProto) : CipherSuite from class org.apache.hadoop.hdfs.protocolPB.PBHelper to public convert(proto HdfsProtos.CipherSuiteProto) : CipherSuite from class org.apache.hadoop.hdfs.protocolPB.PBHelperClient |
From |
To |
|
Move Method public convertCipherOptions(options List<CipherOption>) : List<CipherOptionProto> from class org.apache.hadoop.hdfs.protocolPB.PBHelper to public convertCipherOptions(options List<CipherOption>) : List<HdfsProtos.CipherOptionProto> from class org.apache.hadoop.hdfs.protocolPB.PBHelperClient |
From |
To |