コード例 #1
0
 /** @return Count of extant connection instances */
 public static int getConnectionCount() {
   synchronized (HConnectionManager.HBASE_INSTANCES) {
     return HConnectionManager.HBASE_INSTANCES.size();
   }
 }