Package | Description |
---|---|
org.jredis.connector |
Native Client Interface Specification.
|
org.jredis.ri.alphazero |
This package and child packages contain reference implementation alphazero
of the
JRedis and Connection
of the optional Connector specifications. |
org.jredis.ri.alphazero.connection |
Modifier and Type | Class and Description |
---|---|
class |
FaultedConnection
FaultedConnection is a support class for implementors of JRedis API. |
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.Factory.newConnection(ConnectionSpec spec)
Creates a connection to a redis server using the specified connection attributes.
|
Constructor and Description |
---|
Event(Connection src,
Connection.Event.Type type) |
Event(Connection src,
Connection.Event.Type type,
Object eventInfo) |
Modifier and Type | Method and Description |
---|---|
protected Connection |
SyncJRedisBase.createSyncConnection(ConnectionSpec connSpec)
Creates a
Connection with Connection.Modality#Synchronous semantics
suitable for use by synchronous (blocking) JRedis clients. |
Modifier and Type | Method and Description |
---|---|
protected void |
JRedisClient.setConnection(Connection connection) |
protected abstract void |
SyncJRedisBase.setConnection(Connection connection)
This extension point is really only necessary to allow this class to
set the
FaultedConnection when necessary, in course of the
SyncJRedisBase#createSyncConnection(String)
method operation. |
protected void |
JRedisPipelineService.setConnection(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncConnection
[TODO: document me!]
|
class |
AsyncPipelineConnection |
class |
ChunkedPipelineConnection
WIP NOTES:
|
class |
ConnectionBase
This abstract class is responsible for managing the socket connection, and, defining
the template of the Connection for concrete extensions.
|
class |
PipelineConnectionBase
Abstract base for all Pipeline connections, providing basically all of the
required functionality for a pipeline with asynchronous semantics.
|
class |
SyncConnection
[TODO: document me!]
|
class |
SyncPipelineConnection
Synchronous
PipelineConnectionBase extension. |
Modifier and Type | Method and Description |
---|---|
Connection |
DefaultConnectionFactory.newConnection(ConnectionSpec spec) |
Constructor and Description |
---|
HeartbeatJinn(Connection conn,
int periodInSecs,
String name)
Instantiate and initialize the HeartbeatJinn.
|
Copyright © 2009–2016. All rights reserved.