Example #1
0
 @Override
 public int getPortalClientExecutorPoolSize() {
   MySqlPortalService portal = Singletons.lookup(MySqlPortalService.class);
   return portal == null ? 0 : portal.getClientExecutorPoolSize();
 }