Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + func RawkvModel() core.Model + func RawkvParser() history.RecordParser + type Config struct + KeyNum int + KeyStart int + ReadProbability int + WriteProbaility int + type Key int + func (a Key) Equals(b persistent_treap.Equitable) bool + func (a Key) Less(b persistent_treap.Sortable) bool + type KeyValuePair struct + K Key + V Value + type RandomValueConfig struct + ValueNum100KB int + ValueNum10KB int + ValueNum1MB int + ValueNum5MB int + type RandomValues struct + func GenerateRandomValueString(config RandomValueConfig) RandomValues + type RawkvClientCreator struct + Cfg Config + RandomValues *RandomValues + func (r RawkvClientCreator) Create(node cluster.ClientNode) core.Client + type Value uint32 + func (a Value) Equals(b persistent_treap.Equitable) bool