AsyncNode Methods

Methods

BalanceConnections
(Overrides NodeBalanceConnections)
Close Close all server node socket connections.
(Inherited from Node)
CloseConnection Close pooled connection.
(Inherited from Node)
CloseConnectionOnError Close pooled connection on error.
(Inherited from Node)
CreateAsyncConnection 
CreateMinConnections
(Overrides NodeCreateMinConnections)
Equals Return if node names are equal.
(Inherited from Node)
ErrorCountWithinLimit
(Inherited from Node)
GetAsyncConnection Get asynchronous socket connection from connection pool for the server node.
GetAsyncConnectionStats 
GetConnection Get a socket connection from connection pool to the server node.
(Inherited from Node)
GetConnectionStats
(Inherited from Node)
GetHashCode Get node name hash code.
(Inherited from Node)
HasRack Return if this node has the same rack as the client for the given namespace.
(Inherited from Node)
IncrErrorCount
(Inherited from Node)
PutAsyncConnection Put asynchronous connection back into connection pool.
PutConnection Put connection back into connection pool.
(Inherited from Node)
Refresh Request current status from server node.
(Inherited from Node)
ResetErrorCount
(Inherited from Node)
SignalLogin
(Inherited from Node)
ToString Return node name, host address and cluster id in string format.
(Inherited from Node)
ValidateErrorCount
(Inherited from Node)

See Also