Uses of Class
com.alipay.remoting.ConnectionPool

Packages that use ConnectionPool
com.alipay.remoting   
 

Uses of ConnectionPool in com.alipay.remoting
 

Fields in com.alipay.remoting with type parameters of type ConnectionPool
protected  ConcurrentHashMap<String,RunStateRecordedFutureTask<ConnectionPool>> DefaultConnectionManager.connTasks
          connection pool initialize tasks
 

Methods in com.alipay.remoting that return types with arguments of type ConnectionPool
 ConcurrentHashMap<String,RunStateRecordedFutureTask<ConnectionPool>> DefaultConnectionManager.getConnPools()
          Getter method for property connPools.
 

Method parameters in com.alipay.remoting with type arguments of type ConnectionPool
 void ScheduledDisconnectStrategy.monitor(Map<String,RunStateRecordedFutureTask<ConnectionPool>> connPools)
          Monitor connections and close connections with status is off
 void ConnectionMonitorStrategy.monitor(Map<String,RunStateRecordedFutureTask<ConnectionPool>> connPools)
          Add a set of connections to monitor.
 



Copyright © 2018. All rights reserved.