Campustream 1.0
A social network MQP for WPI
ConnectionCluster Class Reference
Inheritance diagram for ConnectionCluster:
IConnectionCluster IConnectionCluster IConnection IConnection IConnection IConnection

Public Member Functions

 __construct (IDistributionStrategy $distributor=null)
 isConnected ()
 connect ()
 disconnect ()
 add (IConnectionSingle $connection)
 getConnection (ICommand $command)
 getConnectionById ($id=null)
 getIterator ()
 writeCommand (ICommand $command)
 readResponse (ICommand $command)
 executeCommand (ICommand $command)
 __construct (IDistributionStrategy $distributor=null)
 isConnected ()
 connect ()
 disconnect ()
 add (IConnectionSingle $connection)
 getConnection (ICommand $command)
 getConnectionById ($id=null)
 getIterator ()
 writeCommand (ICommand $command)
 readResponse (ICommand $command)
 executeCommand (ICommand $command)

Data Fields

 $_distributor

Detailed Description

Definition at line 1408 of file predis.php.


Constructor & Destructor Documentation

__construct ( IDistributionStrategy distributor = null)

Definition at line 1411 of file predis.php.

__construct ( IDistributionStrategy distributor = null)

Definition at line 1411 of file predis.php.


Member Function Documentation

add ( IConnectionSingle connection)

Definition at line 1437 of file predis.php.

add ( IConnectionSingle connection)

Definition at line 1437 of file predis.php.

connect ( )

Implements IConnection.

Definition at line 1425 of file predis.php.

connect ( )

Implements IConnection.

Definition at line 1425 of file predis.php.

disconnect ( )

Implements IConnection.

Definition at line 1431 of file predis.php.

disconnect ( )

Implements IConnection.

Definition at line 1431 of file predis.php.

executeCommand ( ICommand command)

Implements IConnection.

Definition at line 1474 of file predis.php.

executeCommand ( ICommand command)

Implements IConnection.

Definition at line 1474 of file predis.php.

getConnection ( ICommand command)

Implements IConnectionCluster.

Definition at line 1448 of file predis.php.

getConnection ( ICommand command)

Implements IConnectionCluster.

Definition at line 1448 of file predis.php.

getConnectionById ( id = null)

Implements IConnectionCluster.

Definition at line 1457 of file predis.php.

getConnectionById ( id = null)

Implements IConnectionCluster.

Definition at line 1457 of file predis.php.

getIterator ( )

Definition at line 1462 of file predis.php.

getIterator ( )

Definition at line 1462 of file predis.php.

isConnected ( )

Implements IConnection.

Definition at line 1416 of file predis.php.

isConnected ( )

Implements IConnection.

Definition at line 1416 of file predis.php.

readResponse ( ICommand command)

Implements IConnection.

Definition at line 1470 of file predis.php.

readResponse ( ICommand command)

Implements IConnection.

Definition at line 1470 of file predis.php.

writeCommand ( ICommand command)

Implements IConnection.

Definition at line 1466 of file predis.php.

writeCommand ( ICommand command)

Implements IConnection.

Definition at line 1466 of file predis.php.


Field Documentation

$_distributor

Definition at line 1409 of file predis.php.


The documentation for this class was generated from the following files: