public static class RedisProperties.Pool extends ObjectSE
コンストラクターと説明 |
---|
Pool() |
修飾子と型 | メソッドと説明 |
---|---|
int | getMaxActive() |
int | getMaxIdle() |
DurationSE | getMaxWait() |
int | getMinIdle() |
void | setMaxActive(int maxActive) |
void | setMaxIdle(int maxIdle) |
void | setMaxWait(DurationSE maxWait) |
void | setMinIdle(int minIdle) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public int getMaxIdle()
public void setMaxIdle(int maxIdle)
public int getMinIdle()
public void setMinIdle(int minIdle)
public int getMaxActive()
public void setMaxActive(int maxActive)
public DurationSE getMaxWait()
public void setMaxWait(DurationSE maxWait)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.