Versions in this module Expand all Collapse all v1 v1.0.9 Apr 20, 2018 Changes in this version + func GenLocalSchemaID() int64 + func GetStep() int64 + func SetStep(s int64) + type Allocator interface + Alloc func(tableID int64) (int64, error) + NextGlobalAutoID func(tableID int64) (int64, error) + Rebase func(tableID, newBase int64, allocIDs bool) error + func NewAllocator(store kv.Storage, dbID int64) Allocator + func NewMemoryAllocator(dbID int64) Allocator