Uses of Class
com.alipay.remoting.util.RunStateRecordedFutureTask

Packages that use RunStateRecordedFutureTask
com.alipay.remoting   
com.alipay.remoting.util   
 

Uses of RunStateRecordedFutureTask in com.alipay.remoting
 

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

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

Method parameters in com.alipay.remoting with type arguments of type RunStateRecordedFutureTask
 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.
 

Uses of RunStateRecordedFutureTask in com.alipay.remoting.util
 

Methods in com.alipay.remoting.util with parameters of type RunStateRecordedFutureTask
static
<T> T
FutureTaskUtil.getFutureTaskResult(RunStateRecordedFutureTask<T> task, org.slf4j.Logger logger)
          get the result of a future task Notice: the run method of this task should have been called at first.
 



Copyright © 2018. All rights reserved.