Documentation
¶
Index ¶
- type CacheQPU
- func (q *CacheQPU) ClientQuery(query libqpu.ASTQuery, queryStr string, parentSpan opentracing.Span) (*qpuextapi.QueryResp, error)
- func (q CacheQPU) GetConfig() *qpuapi.ConfigResponse
- func (q *CacheQPU) ProcessQuerySnapshot(query libqpu.ASTQuery, md map[string]string, sync bool, ...) (<-chan libqpu.LogOperation, <-chan error)
- func (q *CacheQPU) ProcessQuerySubscribe(query libqpu.ASTQuery, md map[string]string, sync bool) (int, <-chan libqpu.LogOperation, <-chan error)
- func (q *CacheQPU) QuerySubscribe(query libqpu.ASTQuery, res *qpuextapi.QueryReq) (chan libqpu.LogOperation, chan bool, chan error)
- func (q *CacheQPU) RemovePersistentQuery(table string, queryID int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheQPU ¶
type CacheQPU struct {
// contains filtered or unexported fields
}
CacheQPU ...
func (*CacheQPU) ClientQuery ¶
func (q *CacheQPU) ClientQuery(query libqpu.ASTQuery, queryStr string, parentSpan opentracing.Span) (*qpuextapi.QueryResp, error)
ClientQuery ...
func (*CacheQPU) ProcessQuerySnapshot ¶
func (q *CacheQPU) ProcessQuerySnapshot(query libqpu.ASTQuery, md map[string]string, sync bool, parentSpan opentracing.Span) (<-chan libqpu.LogOperation, <-chan error)
ProcessQuerySnapshot ...
func (*CacheQPU) ProcessQuerySubscribe ¶
func (q *CacheQPU) ProcessQuerySubscribe(query libqpu.ASTQuery, md map[string]string, sync bool) (int, <-chan libqpu.LogOperation, <-chan error)
ProcessQuerySubscribe ...
func (*CacheQPU) QuerySubscribe ¶
func (q *CacheQPU) QuerySubscribe(query libqpu.ASTQuery, res *qpuextapi.QueryReq) (chan libqpu.LogOperation, chan bool, chan error)
QuerySubscribe ...
func (*CacheQPU) RemovePersistentQuery ¶
RemovePersistentQuery ...
Click to show internal directories.
Click to hide internal directories.