public static class MinioProperties.Pool extends Object
| 构造器和说明 |
|---|
Pool() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getMaxIdle() |
int |
getMaxTotal() |
Duration |
getMaxWait() |
int |
getMinIdle() |
boolean |
isBlockWhenExhausted() |
void |
setBlockWhenExhausted(boolean blockWhenExhausted) |
void |
setMaxIdle(int maxIdle) |
void |
setMaxTotal(int maxTotal) |
void |
setMaxWait(Duration maxWait) |
void |
setMinIdle(int minIdle) |
String |
toString() |
public int getMaxTotal()
public void setMaxTotal(int maxTotal)
public int getMaxIdle()
public void setMaxIdle(int maxIdle)
public int getMinIdle()
public void setMinIdle(int minIdle)
public Duration getMaxWait()
public void setMaxWait(Duration maxWait)
public boolean isBlockWhenExhausted()
public void setBlockWhenExhausted(boolean blockWhenExhausted)
Copyright © 2022. All rights reserved.