Uses of Class
org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
Packages that use PoolAlignmentContext
Package
Description
The router package includes the core services for a HDFS federation router.
-
Uses of PoolAlignmentContext in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return PoolAlignmentContextModifier and TypeMethodDescriptionConnectionPool.getPoolAlignmentContext()Get the alignment context for this pool.Constructors in org.apache.hadoop.hdfs.server.federation.router with parameters of type PoolAlignmentContextModifierConstructorDescriptionprotectedConnectionPool(org.apache.hadoop.conf.Configuration config, String address, org.apache.hadoop.security.UserGroupInformation user, int minPoolSize, int maxPoolSize, float minActiveRatio, Class<?> proto, PoolAlignmentContext alignmentContext)