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.
|
Class and Description |
---|
AsyncSocketTransport
Specifies an Async Socket Transport interface that can be used by
AsyncRedisConnection to connect to a Redis Server. |
AsyncSocketTransportFactory
Factory class to create an
AsyncSocketTransport connection to a Redis Server via the getTransport method. |
ServerInfo
Identifies a Server.
|
Class and Description |
---|
AsyncSocketTransport
Specifies an Async Socket Transport interface that can be used by
AsyncRedisConnection to connect to a Redis Server. |
Class and Description |
---|
AbstractAsyncSocketTransport
Provides a base implementation of AsyncSocketTransport which provides connection status handling and a retry mechanism.
|
AsyncSocketTransport
Specifies an Async Socket Transport interface that can be used by
AsyncRedisConnection to connect to a Redis Server. |
AsyncSocketTransportConfig
Specifies the Configuration of AsyncSocketTransport.
|
AsyncSocketTransportFactory
Factory class to create an
AsyncSocketTransport connection to a Redis Server via the getTransport method. |
ConnectionState
Captures the Connection State for all AsyncSocketTransports connected to a given host and port.
|
ConnectionStatus
Connection Status.
|
ServerInfo
Identifies a Server.
|
ServerInfoComparator
Compares two ServerInfo Objects by comparing their hosts followed by ports.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.