API Documentation¶
Core Driver¶
cassandra
- Exceptions and Enums__version_info__
__version__
ConsistencyLevel
ProtocolVersion
UserFunctionDescriptor
UserAggregateDescriptor
DriverException
RequestExecutionException
Unavailable
Timeout
ReadTimeout
WriteTimeout
CoordinationFailure
ReadFailure
WriteFailure
FunctionFailure
RequestValidationException
ConfigurationException
AlreadyExists
InvalidRequest
Unauthorized
AuthenticationFailed
OperationTimedOut
cassandra.cluster
- Clusters and Sessionscassandra.policies
- Load balancing and Failure Handling Policiescassandra.auth
- Authenticationcassandra.graph
- Graph Statements, Options, and Row Factoriessingle_object_row_factory()
graph_result_row_factory()
graph_object_row_factory()
graph_graphson2_row_factory()
graph_graphson3_row_factory()
to_int()
to_bigint()
to_smallint()
to_float()
to_double()
GraphProtocol
GraphOptions
SimpleGraphStatement
Result
Vertex
VertexProperty
Edge
Path
GraphSON1Serializer
GraphSON1Deserializer
GraphSON2Reader
GraphSON3Reader
cassandra.metadata
- Schema and Ring Topologycassandra.metrics
- Performance Metricscassandra.query
- Prepared Statements, Batch Statements, Tracing, and Row Factoriescassandra.pool
- Hosts and Connection Poolscassandra.protocol
- Protocol Featurescassandra.encoder
- Encoders for non-prepared Statementscassandra.decoder
- Data Return Formatscassandra.concurrent
- Utilities for Concurrent Statement Executioncassandra.connection
- Low Level Connection Infocassandra.util
- Utilitiesdatetime_from_timestamp()
utc_datetime_from_ms_timestamp()
ms_timestamp_from_datetime()
unix_time_from_uuid1()
datetime_from_uuid1()
min_uuid_from_time()
max_uuid_from_time()
uuid_from_time()
LOWEST_TIME_UUID
HIGHEST_TIME_UUID
SortedSet
sortedset
OrderedMap
OrderedMapSerializedKey
Time
Date
Point
LineString
Polygon
Distance
Duration
DateRangePrecision
DateRangeBound
OPEN_BOUND
DateRange
Version
cassandra.timestamps
- Timestamp Generationcassandra.io.asyncioreactor
-asyncio
Event Loopcassandra.io.asyncorereactor
-asyncore
Event Loopcassandra.io.eventletreactor
-eventlet
-compatible Connectioncassandra.io.libevreactor
-libev
Event Loopcassandra.io.geventreactor
-gevent
-compatible Event Loopcassandra.io.twistedreactor
- Twisted Event Loop
Object Mapper¶
cassandra.cqlengine.models
- Table models for object mappingcassandra.cqlengine.columns
- Column types for object mapping modelscassandra.cqlengine.query
- Query and filter model objectscassandra.cqlengine.connection
- Connection management for cqlenginecassandra.cqlengine.management
- Schema management for cqlenginecassandra.cqlengine.usertype
- Model classes for User Defined Types