class CounterTree::Tree
- CounterTree::Tree
- Reference
- Object
Included Modules
- MessagePack::Serializable
Defined in:
lib/tree.crConstructors
Instance Method Summary
- #branches : Array(Hash(UInt64, CounterTree::Counter))
- #branches_num : UInt32
- #decrement(key : UInt64) : UInt64
- #delete(key : UInt64, time_from : UInt64, time_to : UInt64) : Bool
- #delete(time_from : UInt64, time_to : UInt64) : Bool
- #find(key : UInt64, time_from : UInt64, time_to : UInt64) : Hash(UInt64, UInt64)
- #find(time_from : UInt64, time_to : UInt64) : Hash(UInt64, Hash(UInt64, UInt64))
- #increment(key : UInt64) : UInt64
- #pick(key : UInt64) : Counter
- #reset(key : UInt64) : Bool
- #reset : Bool
- #sum(key : UInt64, time_from : UInt64, time_to : UInt64) : UInt64
- #sum(key : UInt64) : UInt64