Documentation
¶
Index ¶
- type CommandID
- type ID
- type Key
- type ObjID
- func NewObjID(k Key, table string, isRange bool) *ObjID
- func ObjIDFromB64(k string, table string, isRange bool) *ObjID
- func ObjIDFromFromInt(k int, table string, isRange bool) *ObjID
- func ObjIDFromInt64(k int64, table string, isRange bool) *ObjID
- func ObjIDFromString(k string, table string, isRange bool) *ObjID
- type TXID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandID ¶
type CommandID uint64
CommandID identifies commands from each bench, can be any integer type.
Click to show internal directories.
Click to hide internal directories.