public class HessianSerializePool extends Object
| 构造器和说明 |
|---|
HessianSerializePool(int maxTotal,
int minIdle,
long maxWaitMillis,
long minEvictableIdleTimeMillis) |
| 限定符和类型 | 方法和说明 |
|---|---|
HessianSerialize |
borrow() |
org.apache.commons.pool2.impl.GenericObjectPool<HessianSerialize> |
getHessianPool() |
static HessianSerializePool |
getHessianPoolInstance() |
void |
restore(HessianSerialize object) |
public HessianSerializePool(int maxTotal,
int minIdle,
long maxWaitMillis,
long minEvictableIdleTimeMillis)
public static HessianSerializePool getHessianPoolInstance()
public HessianSerialize borrow()
public void restore(HessianSerialize object)
public org.apache.commons.pool2.impl.GenericObjectPool<HessianSerialize> getHessianPool()
Copyright © 2019 dromara. All rights reserved.