Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverQPU ¶
type DriverQPU struct {
// contains filtered or unexported fields
}
DriverQPU implements a data store QPU
func (*DriverQPU) Cleanup ¶
func (q *DriverQPU) Cleanup()
Cleanup is called when the process receives a SIGTERM signcal
func (*DriverQPU) GetConfig ¶
func (q *DriverQPU) GetConfig() (*pbQPU.ConfigResponse, error)
GetConfig implements the GetConfig API for the datastoredriver QPU
func (*DriverQPU) GetDataTransfer ¶
GetDataTransfer ...
func (*DriverQPU) Query ¶
func (q *DriverQPU) Query(streamOut pbQPU.QPU_QueryServer, requestRec *pbQPU.RequestStream) error
Query implements the Query API for the data store QPU
Click to show internal directories.
Click to hide internal directories.