public static class RedisProperties.Pool extends Object
Constructor and Description |
---|
RedisProperties.Pool() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxActive() |
int |
getMaxIdle() |
int |
getMaxWait() |
int |
getMinIdle() |
void |
setMaxActive(int maxActive) |
void |
setMaxIdle(int maxIdle) |
void |
setMaxWait(int maxWait) |
void |
setMinIdle(int minIdle) |
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 int getMaxWait()
public void setMaxWait(int maxWait)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.