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