Documentation ¶
Index ¶
Constants ¶
View Source
const ( INVALID_TAG_ID = -1 ALL_TAG_ID_INVALID = -1 MIN_TTL = 4 // 需要保证足够大的时间窗口,避免时间乱序时计算错误 MAX_TTL = 32 // 需要用32bit表示是否invalid )
Variables ¶
This section is empty.
Functions ¶
func ReleaseTagIDSlice ¶
func ReleaseTagIDSlice(ti []TagID)
Types ¶
type TTMCounter ¶
type TimedTagMap ¶
func NewTimedTagMap ¶
func NewTimedTagMap(name string, thread int, ttl int) *TimedTagMap
func (*TimedTagMap) GetCounter ¶
func (m *TimedTagMap) GetCounter() interface{}
Click to show internal directories.
Click to hide internal directories.