Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BidExistStatus ¶
type BidExistStatus struct {
// contains filtered or unexported fields
}
BidExistStatus blob id exist status
func NewBidExistStatus ¶
func NewBidExistStatus(mode codemode.CodeMode) BidExistStatus
NewBidExistStatus returns bid exist status
func (*BidExistStatus) CanRecover ¶
func (s *BidExistStatus) CanRecover() bool
CanRecover returns if data can be recover
func (*BidExistStatus) Exist ¶
func (s *BidExistStatus) Exist(vuidIdx uint8)
Exist returns true if vuid is exist
func (*BidExistStatus) ExistCnt ¶
func (s *BidExistStatus) ExistCnt() int
ExistCnt returns exist count
type BufPool ¶
type BufPool struct {
// contains filtered or unexported fields
}
var TaskBufPool *BufPool
func NewBufPool ¶
func (*BufPool) GetMigrateBuf ¶
func (*BufPool) GetMigrateBufSize ¶
func (*BufPool) GetRepairBuf ¶
type DroppedBidRecorder ¶
type DroppedBidRecorder struct {
// contains filtered or unexported fields
}
DroppedBidRecorder dropped bid recorder
func DroppedBidRecorderInst ¶
func DroppedBidRecorderInst() *DroppedBidRecorder
DroppedBidRecorderInst make sure only one instance in global
type EncoderPool ¶
type EncoderPool struct {
// contains filtered or unexported fields
}
EncoderPool used for ec
Click to show internal directories.
Click to hide internal directories.