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