sequence

package
v0.16.4 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

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

Generator - генератор последовательностей (на основе postgres).

func NewGenerator

func NewGenerator(client mrstorage.DBConnManager, sequenceName string, opts ...Option) *Generator

NewGenerator - создаёт объект Generator.

func (Generator) MultiNext

func (g Generator) MultiNext(ctx context.Context, count uint32) (nextIDs []uint64, err error)

MultiNext - возвращает нужное кол-во идентификаторов, но без гарантии непрерывности.

func (Generator) Next

func (g Generator) Next(ctx context.Context) (nextID uint64, err error)

Next - возвращает следующий свободный ID.

type Option

type Option func(g *Generator)

Option - настройка объекта Generator.

func WithMaxIDsOneQuery

func WithMaxIDsOneQuery(value uint32) Option

WithMaxIDsOneQuery - устанавливает максимально возможное получение ID из последовательности за один запрос к БД.

Jump to

Keyboard shortcuts

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