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.
Caution
You're viewing documentation for a previous version of Scylla Python Driver. Switch to the latest stable version.
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.
A hashable value identifying the TLS peer this endpoint connects to,
used to look up cached TLS sessions (see
SSLSessionCache). Two endpoints
may share a key only if a
TLS session established with one is valid for the other.
An endpoint built to reach a node that another one already describes –
an alternate listener of the same server – carries that node’s key
here, so both share one cached session. Subclasses give their own
identity in _default_tls_session_cache_key().
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.