public class RedisServerDescriptor extends RedisPoolDescriptor
| Modifier and Type | Field and Description |
|---|---|
int |
failoverTimeout |
String |
host |
String |
keyStorePassword |
String |
keyStorePath |
String |
keyStoreType |
int |
port |
boolean |
ssl |
String |
trustStorePassword |
String |
trustStorePath |
String |
trustStoreType |
database, disabled, maxIdle, maxTotal, password, prefix, timeoutUNIQUE_DESCRIPTOR_ID| Constructor and Description |
|---|
RedisServerDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected SSLContext |
getSSLContext() |
protected KeyStore |
loadKeyStore(String path,
String password,
String type) |
RedisExecutor |
newExecutor() |
getId, setPasswordclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesRemove, mergepublic int port
public boolean ssl
public String trustStorePath
public String trustStorePassword
public String trustStoreType
public String keyStorePath
public String keyStorePassword
public String keyStoreType
public int failoverTimeout
public RedisServerDescriptor()
public RedisExecutor newExecutor()
newExecutor in class RedisPoolDescriptorprotected SSLContext getSSLContext()
protected KeyStore loadKeyStore(String path, String password, String type) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionCopyright © 2019 Nuxeo. All rights reserved.