Class ConnectionCache

java.lang.Object
org.apache.hadoop.hbase.util.ConnectionCache

@Private public class ConnectionCache extends Object
A utility to store user specific HConnections in memory. There is a chore to clean up connections idle for too long. This class is used by REST server and Thrift server to support authentication and impersonation.