Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle struct {
// contains filtered or unexported fields
}
Handle is the handler for expensive query.
func NewExpensiveQueryHandle ¶
func NewExpensiveQueryHandle(exitCh chan struct{}) *Handle
NewExpensiveQueryHandle builds a new expensive query handler.
func (*Handle) LogOnQueryExceedMemQuota ¶
LogOnQueryExceedMemQuota prints a log when memory usage of connID is out of memory quota.
Click to show internal directories.
Click to hide internal directories.