sql

package
v1.13.1 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetDBConn added in v1.8.0

func SetDBConn(db *gorm.DB)

SetDBConn sets db conn pool

Types

type Store added in v1.9.1

type Store struct {
}

Store implements storage.Store, and storage with db

func (*Store) ChangeGlobalStatus added in v1.9.1

func (s *Store) ChangeGlobalStatus(global *storage.TransGlobalStore, newStatus string, updates []string, finished bool)

ChangeGlobalStatus changes global trans status

func (*Store) FindBranches added in v1.9.1

func (s *Store) FindBranches(gid string) []storage.TransBranchStore

FindBranches finds Branch data by gid

func (*Store) FindTransGlobalStore added in v1.9.1

func (s *Store) FindTransGlobalStore(gid string) *storage.TransGlobalStore

FindTransGlobalStore finds GlobalTrans data by gid

func (*Store) LockGlobalSaveBranches added in v1.9.1

func (s *Store) LockGlobalSaveBranches(gid string, status string, branches []storage.TransBranchStore, branchStart int)

LockGlobalSaveBranches creates branches

func (*Store) LockOneGlobalTrans added in v1.9.1

func (s *Store) LockOneGlobalTrans(expireIn time.Duration) *storage.TransGlobalStore

LockOneGlobalTrans finds GlobalTrans

func (*Store) MaySaveNewTrans added in v1.9.1

func (s *Store) MaySaveNewTrans(global *storage.TransGlobalStore, branches []storage.TransBranchStore) error

MaySaveNewTrans creates a new trans

func (*Store) Ping added in v1.9.1

func (s *Store) Ping() error

Ping execs ping cmd to db

func (*Store) PopulateData added in v1.9.1

func (s *Store) PopulateData(skipDrop bool)

PopulateData populates data to db

func (*Store) ResetCronTime added in v1.13.1

func (s *Store) ResetCronTime(timeout time.Duration, limit int64) (succeedCount int64, hasRemaining bool, err error)

ResetCronTime rest nextCronTime Prevent multiple backoff from causing NextCronTime to be too long

func (*Store) ScanTransGlobalStores added in v1.9.1

func (s *Store) ScanTransGlobalStores(position *string, limit int64) []storage.TransGlobalStore

ScanTransGlobalStores lists GlobalTrans data

func (*Store) TouchCronTime added in v1.9.1

func (s *Store) TouchCronTime(global *storage.TransGlobalStore, nextCronInterval int64, nextCronTime *time.Time)

TouchCronTime updates cronTime

func (*Store) UpdateBranches added in v1.9.1

func (s *Store) UpdateBranches(branches []storage.TransBranchStore, updates []string) (int, error)

UpdateBranches update branches info

Jump to

Keyboard shortcuts

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