package
Version:
v0.0.0-...-fc5f1c2
Opens a new window with list of versions in this module.
Published: May 26, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package tracekv implements a tracing wrapper for kv.DB
WithSimpleTracing returns a kv.DB that calls traceUpdate on every Put
(regardless of whether it is issued by itself or during a Batch Write).
WithTracing returns a kv.DB that calls traceUpdate on every Put or Delete
and traceBatch on every Write.
type Update struct {
Key, Value []byte
IsDeletion bool
}
Update represents a single change to a kv.DB.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.