Was this page helpful?
ScyllaDB Python Driver is available under the Apache v2 License. ScyllaDB Python Driver is a fork of DataStax Python Driver. See Copyright here.
Low Level Connection Info
An unrecoverable error was hit when attempting to use a connection, or the connection was already closed or defunct.
Raised when a connection has been marked as defunct or has been closed.
An attempt was made to send a message through a Connection that
was already at the max number of in-flight operations.
Communication did not match the protocol that this driver expects.
Represents the information to connect to a cassandra node.
The IP address of the node. This is the RPC address the driver uses when connecting to the node
The port of the node.
SSL options specific to this endpoint.
The socket family of the endpoint.
Resolve the endpoint to an address/port. This is called only on socket connection.
This is called by the cluster during its initialization.
Create an EndPoint from a system.peers row.
SNI Proxy EndPoint implementation.
Unix Socket EndPoint implementation.
Was this page helpful?
ScyllaDB Python Driver is available under the Apache v2 License. ScyllaDB Python Driver is a fork of DataStax Python Driver. See Copyright here.
On this page