Documentation ¶
Index ¶
- type Domain
- func (do *Domain) DDL() ddl.DDL
- func (do *Domain) GetScope(status string) variable.ScopeFlag
- func (do *Domain) InfoSchema() infoschema.InfoSchema
- func (do *Domain) PerfSchema() perfschema.PerfSchema
- func (do *Domain) Reload() error
- func (do *Domain) SetLease(lease time.Duration)
- func (do *Domain) Stats() (map[string]interface{}, error)
- func (do *Domain) Store() kv.Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain ¶
type Domain struct {
// contains filtered or unexported fields
}
Domain represents a storage space. Different domains can use the same database name. Multiple domains can be used in parallel without synchronization.
func (*Domain) InfoSchema ¶
func (do *Domain) InfoSchema() infoschema.InfoSchema
InfoSchema gets information schema from domain.
func (*Domain) PerfSchema ¶
func (do *Domain) PerfSchema() perfschema.PerfSchema
PerfSchema gets performance schema from domain.
Click to show internal directories.
Click to hide internal directories.