Documentation ¶
Overview ¶
ent contains common types used throughout various lsmkv (sub-)packages
Index ¶
Constants ¶
View Source
const ( // StrategyReplace allows for idem-potent PUT where the latest takes presence StrategyReplace = "replace" StrategySetCollection = "setcollection" StrategyMapCollection = "mapcollection" StrategyRoaringSet = "roaringset" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SegmentStrategy ¶
type SegmentStrategy uint16
const ( SegmentStrategyReplace SegmentStrategy = iota SegmentStrategySetCollection SegmentStrategyMapCollection SegmentStrategyRoaringSet )
func SegmentStrategyFromString ¶
func SegmentStrategyFromString(in string) SegmentStrategy
Click to show internal directories.
Click to hide internal directories.