Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CDCChunker ¶
type CDCChunker struct {
// contains filtered or unexported fields
}
CDCChunker implements FastCDC algorithm.
func NewCDCChunker ¶
func NewCDCChunker(minSize, avgSize, maxSize uint32) (*CDCChunker, error)
NewCDCChunker returns a new CDCChunker.
Click to show internal directories.
Click to hide internal directories.