Documentation ¶
Index ¶
- type Status
- func (*Status) Descriptor() ([]byte, []int)
- func (m *Status) GetMasterConnectRetry() int32
- func (m *Status) GetMasterHost() string
- func (m *Status) GetMasterPort() int32
- func (m *Status) GetPosition() string
- func (m *Status) GetSecondsBehindMaster() uint32
- func (m *Status) GetSlaveIoRunning() bool
- func (m *Status) GetSlaveSqlRunning() bool
- func (*Status) ProtoMessage()
- func (m *Status) Reset()
- func (m *Status) String() string
- func (m *Status) XXX_DiscardUnknown()
- func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Status) XXX_Merge(src proto.Message)
- func (m *Status) XXX_Size() int
- func (m *Status) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status struct { Position string `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"` SlaveIoRunning bool `protobuf:"varint,2,opt,name=slave_io_running,json=slaveIoRunning,proto3" json:"slave_io_running,omitempty"` SlaveSqlRunning bool `protobuf:"varint,3,opt,name=slave_sql_running,json=slaveSqlRunning,proto3" json:"slave_sql_running,omitempty"` SecondsBehindMaster uint32 `protobuf:"varint,4,opt,name=seconds_behind_master,json=secondsBehindMaster,proto3" json:"seconds_behind_master,omitempty"` MasterHost string `protobuf:"bytes,5,opt,name=master_host,json=masterHost,proto3" json:"master_host,omitempty"` MasterPort int32 `protobuf:"varint,6,opt,name=master_port,json=masterPort,proto3" json:"master_port,omitempty"` MasterConnectRetry int32 `protobuf:"varint,7,opt,name=master_connect_retry,json=masterConnectRetry,proto3" json:"master_connect_retry,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Status is the replication status for MySQL (returned by 'show slave status' and parsed into a Position and fields).
func (*Status) Descriptor ¶
func (*Status) GetMasterConnectRetry ¶
func (*Status) GetMasterHost ¶
func (*Status) GetMasterPort ¶
func (*Status) GetPosition ¶
func (*Status) GetSecondsBehindMaster ¶
func (*Status) GetSlaveIoRunning ¶
func (*Status) GetSlaveSqlRunning ¶
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) XXX_DiscardUnknown ¶
func (m *Status) XXX_DiscardUnknown()
func (*Status) XXX_Marshal ¶
func (*Status) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.