Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
org.aredis.messaging |
Contains Classes for aredis messaging.
|
org.aredis.net |
Contains classes used by aredis for NIO based asynchronous socket communication.
|
Modifier and Type | Method and Description |
---|---|
AsyncSocketTransport |
AsyncRedisConnection.getConnection()
Returns the Async Socket Transport used
|
AsyncSocketTransport |
RedisSubscriptionConnection.getConnection()
Returns the Async Socket Transport used
|
Constructor and Description |
---|
AsyncRedisConnection(AsyncSocketTransport pcon,
int pdbIndex,
Executor ptaskExecutor)
Constructor to create a SHARED AsyncRedisConnection.
|
AsyncRedisConnection(AsyncSocketTransport pcon,
int pdbIndex,
Executor ptaskExecutor,
ConnectionType pconnectionType)
Constructor to create an AsyncRedisConnection of the given connection type.
|
RedisResponseReader(AsyncSocketTransport pcon)
Creates a RedisResponseReader.
|
RedisSubscriptionConnection(AsyncSocketTransport pcon,
int pdbIndex,
Executor ptaskExecutor)
Creates a RedisSubscriptionConnection.
|
Constructor and Description |
---|
RedisSubscription(AsyncSocketTransport pcon,
int pdbIndex,
Executor ptaskExecutor)
Creates a RedisSubscription.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncSocketTransport
Provides a base implementation of AsyncSocketTransport which provides connection status handling and a retry mechanism.
|
class |
AsyncJavaSocketTransport
Java 7 NIO Channel API based default implementation of
AsyncSocketTransport . |
Modifier and Type | Field and Description |
---|---|
static Constructor<AsyncSocketTransport> |
AsyncSocketTransportFactory.RESOLVED_TRANSPORT_CONSTRUCTOR
The Resolved Consctructor that is used by getTransport.
|
protected Constructor<AsyncSocketTransport> |
AsyncSocketTransportFactory.transportConstructor
Resolved constructor to use to create the AsyncSocketTransport.
|
Modifier and Type | Method and Description |
---|---|
AsyncSocketTransport |
AsyncSocketTransportFactory.getTransport(String host,
int port)
Creates an AsyncSocketTransport to a redis server by using resolved transportConstructor.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.