public abstract class RedisPoolDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
int |
database |
protected boolean |
disabled |
int |
maxIdle |
int |
maxTotal |
String |
password |
String |
prefix |
int |
timeout |
Constructor and Description |
---|
RedisPoolDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected abstract RedisExecutor |
newExecutor() |
void |
setPassword(String value) |
protected boolean disabled
public int database
public int timeout
public int maxTotal
public int maxIdle
public RedisPoolDescriptor()
public void setPassword(String value)
protected abstract RedisExecutor newExecutor()
Copyright © 2017 Nuxeo. All rights reserved.