Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flushable ¶
type Flushable interface {
FlushDirty() error
}
Flushable is implemented by any store that can flush dirty records to disk.
type Flusher ¶
type Flusher struct {
// contains filtered or unexported fields
}
Flusher periodically flushes dirty records from all registered stores to disk.
func NewFlusher ¶
NewFlusher creates a new Flusher that flushes at the given interval.
Click to show internal directories.
Click to hide internal directories.