package
2.5.7+incompatible
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev

# Functions

NewGlobalIDAllocator creates GlobalIDAllocator for allocates ID.
NewIDAllocator creates an ID Allocator allocate Unique and monotonically increasing IDs from RootCoord.
No description provided by the author
NewMockAllocator creates a new instance of MockAllocator.
No description provided by the author
NewMockGlobalIDAllocator creates a new instance of MockGlobalIDAllocator.

# Structs

BaseRequest implements Request interface.
Allocator allocates from a global allocator by its given member functions.
EmptyTicker implements TickerChan, but it will never issue a signal in Chan.
GlobalIDAllocator is the global single point TSO allocator.
IDAllocator allocates Unique and monotonically increasing IDs from Root Coord.
IDRequest implements Request and is used to get global unique Identities.
MockAllocator is an autogenerated mock type for the Interface type.
MockAllocator_Alloc_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Alloc'.
MockAllocator_AllocOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AllocOne'.
No description provided by the author
No description provided by the author
MockGlobalIDAllocator is an autogenerated mock type for the GlobalIDAllocatorInterface type.
MockGlobalIDAllocator_Alloc_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Alloc'.
MockGlobalIDAllocator_AllocOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AllocOne'.
No description provided by the author
MockGlobalIDAllocator_Initialize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Initialize'.
SyncRequest embeds BaseRequest and is used to force synchronize from RootCoordinator.
Ticker implements TickerChan and is a simple wrapper for time.TimeTicker.

# Interfaces

No description provided by the author
Allocator interface is an interface for alloc id.
Request defines an interface which has Wait and Notify methods.
TickerChan defines an interface.

# Type aliases

UniqueID is alias of typeutil.UniqueID.