Documentation ¶
Index ¶
- func NoSuchItem(key uint32, index int) error
- type BucketsCache
- func (c *BucketsCache) AddBucketItem(key uint32, value uint32)
- func (c *BucketsCache) ForceAddBucketItem(key uint32, value uint32)
- func (c *BucketsCache) GetBucket(key uint32) []uint32
- func (c *BucketsCache) GetBucketItem(key uint32, index int) (uint32, error)
- func (c *BucketsCache) Init(bucketLimit int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NoSuchItem ¶
Types ¶
type BucketsCache ¶
type BucketsCache struct {
// contains filtered or unexported fields
}
func (*BucketsCache) AddBucketItem ¶
func (c *BucketsCache) AddBucketItem(key uint32, value uint32)
func (*BucketsCache) ForceAddBucketItem ¶
func (c *BucketsCache) ForceAddBucketItem(key uint32, value uint32)
func (*BucketsCache) GetBucket ¶
func (c *BucketsCache) GetBucket(key uint32) []uint32
func (*BucketsCache) GetBucketItem ¶
func (c *BucketsCache) GetBucketItem(key uint32, index int) (uint32, error)
func (*BucketsCache) Init ¶
func (c *BucketsCache) Init(bucketLimit int)
Click to show internal directories.
Click to hide internal directories.