cassandra.connection
- Low Level Connection Info¶
-
exception
cassandra.connection.
ConnectionException
[source]¶ An unrecoverable error was hit when attempting to use a connection, or the connection was already closed or defunct.
-
exception
cassandra.connection.
ConnectionShutdown
[source]¶ Raised when a connection has been marked as defunct or has been closed.
-
exception
cassandra.connection.
ConnectionBusy
[source]¶ An attempt was made to send a message through a
Connection
that was already at the max number of in-flight operations.
-
exception
cassandra.connection.
ProtocolError
[source]¶ Communication did not match the protocol that this driver expects.
-
class
cassandra.connection.
EndPoint
[source]¶ Represents the information to connect to a cassandra node.
-
property
address
¶ The IP address of the node. This is the RPC address the driver uses when connecting to the node
-
property
port
¶ The port of the node.
-
property
ssl_options
¶ SSL options specific to this endpoint.
-
property
socket_family
¶ The socket family of the endpoint.
-
property