split

package
v1.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProcedure

func NewProcedure(params ProcedureParams) (procedure.Procedure, error)

Types

type Procedure

type Procedure struct {
	// contains filtered or unexported fields
}

func (*Procedure) Cancel

func (p *Procedure) Cancel(_ context.Context) error

func (*Procedure) ID

func (p *Procedure) ID() uint64

func (*Procedure) Priority added in v1.2.0

func (p *Procedure) Priority() procedure.Priority

func (*Procedure) RelatedVersionInfo added in v1.2.0

func (p *Procedure) RelatedVersionInfo() procedure.RelatedVersionInfo

func (*Procedure) Start

func (p *Procedure) Start(ctx context.Context) error

func (*Procedure) State

func (p *Procedure) State() procedure.State

func (*Procedure) Typ

func (p *Procedure) Typ() procedure.Typ

type ProcedureParams added in v1.2.0

type ProcedureParams struct {
	ID uint64

	Dispatch eventdispatch.Dispatch
	Storage  procedure.Storage

	ClusterMetadata *metadata.ClusterMetadata
	ClusterSnapshot metadata.Snapshot

	ShardID    storage.ShardID
	NewShardID storage.ShardID

	SchemaName     string
	TableNames     []string
	TargetNodeName string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL