BaseObjectPoolConfig.setLifo

Set the value for the {@code lifo} configuration attribute for pools created with this configuration instance.

@param lifo The new setting of {@code lifo} for this configuration instance

@see GenericObjectPool#getLifo() @see GenericKeyedObjectPool#getLifo()

class BaseObjectPoolConfig
void
setLifo
(
bool lifo
)

Meta