Skip to main content

Module client

Module client 

Source
Expand description

Geode client implementation supporting both QUIC and gRPC transports. Uses protobuf wire protocol with 4-byte big-endian length prefix for QUIC.

Structsยง

Client
A Geode database client supporting both QUIC and gRPC transports.
Column
A column definition in a query result set.
Connection
An active connection to a Geode database server.
Page
A page of query results.
PlanOperation
An operation in a query execution plan.
PreparedStatement
A prepared statement for efficient repeated query execution.
QueryPlan
A query execution plan.
QueryProfile
Query execution profile with timing information.
Savepoint
A named savepoint within a transaction.