Package | Description |
---|---|
org.jredis.connector |
Native Client Interface Specification.
|
Modifier and Type | Method and Description |
---|---|
static Connection.Property |
Connection.Property.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Property[] |
Connection.Property.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
ConnectionSpec.getConnectionProperty(Connection.Property prop) |
Object |
ConnectionSpec.RefImpl.getConnectionProperty(Connection.Property prop) |
ConnectionSpec |
ConnectionSpec.setConnectionProperty(Connection.Property prop,
Object value) |
ConnectionSpec |
ConnectionSpec.RefImpl.setConnectionProperty(Connection.Property prop,
Object value) |
Copyright © 2009–2019. All rights reserved.