Documentation ¶
Index ¶
Constants ¶
View Source
const NumShards = 128
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockStatus ¶
type BlockedValue ¶
type BlockedValue struct { Since float64 Value interface{} }
type Int32Map ¶
type Int32Map struct {
// contains filtered or unexported fields
}
func NewInt32Map ¶
func (*Int32Map) BlockedValues ¶
func (i *Int32Map) BlockedValues() []BlockedValue
type ShardMap ¶
type ShardMap interface { Get(key interface{}) (*BlockStatus, *sync.Mutex) CleanUp(clock int32) Type() string BlockedValues() []BlockedValue }
type StringMap ¶
type StringMap struct {
// contains filtered or unexported fields
}
func NewStringMap ¶
func (*StringMap) BlockedValues ¶
func (s *StringMap) BlockedValues() []BlockedValue
Click to show internal directories.
Click to hide internal directories.