Class ConnectionPoolId

java.lang.Object
org.apache.hadoop.hdfs.server.federation.router.ConnectionPoolId
All Implemented Interfaces:
Comparable<ConnectionPoolId>

@Private @Evolving public class ConnectionPoolId extends Object implements Comparable<ConnectionPoolId>
Identifier for a connection for a user to a namenode.
  • Constructor Details

    • ConnectionPoolId

      public ConnectionPoolId(org.apache.hadoop.security.UserGroupInformation ugi, String nnId, Class<?> proto)
      New connection pool identifier.
      Parameters:
      ugi - Information of the user issuing the request.
      nnId - Namenode address with port.
      proto - Protocol of the connection.
  • Method Details