Package org.apache.hadoop.hdfs.net


package org.apache.hadoop.hdfs.net
  • Class
    Description
    org.apache.hadoop.hdfs.net.BasicInetPeer
    Represents a peer that we communicate with by using a basic Socket that has no associated Channel.
    org.apache.hadoop.hdfs.net.DFSNetworkTopology
    The HDFS specific network topology class.
    org.apache.hadoop.hdfs.net.DFSTopologyNodeImpl
    The HDFS-specific representation of a network topology inner node.
    org.apache.hadoop.hdfs.net.DomainPeer
    Represents a peer that we communicate with by using blocking I/O on a UNIX domain socket.
    org.apache.hadoop.hdfs.net.DomainPeerServer
     
    org.apache.hadoop.hdfs.net.EncryptedPeer
    Represents a peer that we communicate with by using an encrypted communications medium.
    org.apache.hadoop.hdfs.net.NioInetPeer
    Represents a peer that we communicate with by using non-blocking I/O on a Socket.
    org.apache.hadoop.hdfs.net.Peer
    Represents a connection to a peer.
    org.apache.hadoop.hdfs.net.PeerServer
     
    org.apache.hadoop.hdfs.net.TcpPeerServer