Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flusher ¶ added in v1.2.7
type Flusher struct {
// contains filtered or unexported fields
}
Flusher represents a flusher/merger.
func ForCompaction ¶ added in v1.2.7
func ForCompaction(monitor monitor.Monitor, writer Writer, fileNameFunc func(map[string]interface{}) (string, error)) (*Flusher, error)
ForCompaction creates a new storage implementation.
func (*Flusher) WriteBlock ¶ added in v1.2.7
WriteBlock writes a one or multiple blocks to the underlying writer.
Click to show internal directories.
Click to hide internal directories.