# Functions
BatchOperation 批量操作 @note 每次最多操作100个.
BatchQuery 批量查询数据的对外接口 每次最多查询200个.
NewBaseDB 新建一个BaseDB.
No description provided by the author
PlaceholdersN 构造多个占位符.
Retry 重试主函数 最多重试20次,每次等待5ms*重试次数.
RetryTransaction 事务重试.
# Constants
And.
默认是30分钟.
FlagAttribute will be used as the name of the attribute that stores the flag of the object.
GroupIDAttribute will be used as the name of the attribute that stores the group ID of the object.
IDAttribute is the name of the attribute that stores the ID of the object.
No description provided by the author
NameAttribute will be used as the name of the attribute that stores the name of the object.
OwnerAttribute.
STORENAME database storage name.
SystemNamespace system namespace.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
LeaderElectionStore store inteface.
# Type aliases
BatchHandler 批量查询数据的回调函数.
QueryHandler is the interface that wraps the basic Query method.