Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteFetchArgs ¶
type ExecuteFetchArgs struct { Query string DbName string MaxRows int WantFields bool DisableBinlogs bool ReloadSchema bool }
ExecuteFetchArgs has arguments for ExecuteFetch
type GetSchemaArgs ¶
GetSchemaArgs has arguments for GetSchema
type GetSlavesReply ¶
type GetSlavesReply struct {
Addrs []string
}
GetSlavesReply has the reply for GetSlaves
type InitSlaveArgs ¶
type InitSlaveArgs struct { Parent *pb.TabletAlias ReplicationPosition myproto.ReplicationPosition TimeCreatedNS int64 WaitTimeout time.Duration // pass in zero to wait indefinitely }
InitSlaveArgs has arguments for InitSlave
type PopulateReparentJournalArgs ¶
type PopulateReparentJournalArgs struct { TimeCreatedNS int64 ActionName string MasterAlias *pb.TabletAlias ReplicationPosition myproto.ReplicationPosition }
PopulateReparentJournalArgs has arguments for PopulateReparentJournal
type RunBlpUntilArgs ¶
type RunBlpUntilArgs struct { BlpPositionList *blproto.BlpPositionList WaitTimeout time.Duration }
RunBlpUntilArgs has arguments for RunBlpUntil
type SetMasterArgs ¶
type SetMasterArgs struct { Parent *pb.TabletAlias TimeCreatedNS int64 ForceStartSlave bool WaitTimeout time.Duration // pass in zero to wait indefinitely }
SetMasterArgs has arguments for SetMaster
type StopSlaveMinimumArgs ¶
type StopSlaveMinimumArgs struct { Position myproto.ReplicationPosition WaitTime time.Duration }
StopSlaveMinimumArgs has arguments for StopSlaveMinimum
type TabletExternallyReparentedArgs ¶
type TabletExternallyReparentedArgs struct {
ExternalID string
}
TabletExternallyReparentedArgs has arguments for TabletExternallyReparented
type WaitBlpPositionArgs ¶
type WaitBlpPositionArgs struct { BlpPosition blproto.BlpPosition WaitTimeout time.Duration }
WaitBlpPositionArgs has arguments for WaitBlpPosition
Click to show internal directories.
Click to hide internal directories.