Documentation
¶
Index ¶
Constants ¶
View Source
const (
SplitRetryTimes = 8
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Range ¶
type Range struct {
// contains filtered or unexported fields
}
Range record start and end key for localStoreDir.DB so we can write it to tikv in streaming
type RangePropertiesCollector ¶
type RangePropertiesCollector struct {
// contains filtered or unexported fields
}
func (*RangePropertiesCollector) Add ¶
func (c *RangePropertiesCollector) Add(key pebble.InternalKey, value []byte) error
implement `pebble.TablePropertyCollector` implement `TablePropertyCollector.Add`
func (*RangePropertiesCollector) Finish ¶
func (c *RangePropertiesCollector) Finish(userProps map[string]string) error
func (*RangePropertiesCollector) Name ¶
func (c *RangePropertiesCollector) Name() string
The name of the property collector.
Source Files
¶
- local.go
- local_unix.go
- local_unix_generic.go
- localhelper.go
Click to show internal directories.
Click to hide internal directories.