类 FixedRequestPool
java.lang.Object
com.dtflys.forest.pool.FixedRequestPool
- 所有已实现的接口:
ForestRequestPool
固定大小请求池
- 从以下版本开始:
- 1.5.22
- 作者:
- gongjun [dt_flys@hotmail.com]
-
字段概要
从接口继承的字段 com.dtflys.forest.pool.ForestRequestPool
DEFAULT_POOL_SIZE, DEFAULT_POOL_SIZE_PER_ROUTE, DEFAULT_QUEUE_SIZE -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
FixedRequestPool
-
-
方法详细资料
-
awaitRequest
提交请求- 指定者:
awaitRequest在接口中ForestRequestPool- 参数:
request- Forest请求对象
-
finish
请求完成- 指定者:
finish在接口中ForestRequestPool- 参数:
request- Forest请求对象
-
getRunningPoolSize
- 指定者:
getRunningPoolSize在接口中ForestRequestPool
-
getMaxPoolSize
- 指定者:
getMaxPoolSize在接口中ForestRequestPool
-
getMaxPoolSizePerRoute
- 指定者:
getMaxPoolSizePerRoute在接口中ForestRequestPool
-
getMaxQueueSize
- 指定者:
getMaxQueueSize在接口中ForestRequestPool
-
getQueueSize
- 指定者:
getQueueSize在接口中ForestRequestPool
-