Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AsyncRedisConnection(AsyncSocketTransport pcon,
int pdbIndex,
Executor ptaskExecutor,
ConnectionType pconnectionType)
Constructor to create an AsyncRedisConnection of the given connection type.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.