Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "moss"
Variables ¶
This section is empty.
Functions ¶
func NewEx ¶
func NewEx(mo store.MergeOperator, config map[string]interface{}, options moss.CollectionOptions) (store.KVStore, error)
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) PrefixIterator ¶
func (r *Reader) PrefixIterator(k []byte) store.KVIterator
func (*Reader) RangeIterator ¶
func (r *Reader) RangeIterator(start, end []byte) store.KVIterator
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) NewBatchEx ¶
Click to show internal directories.
Click to hide internal directories.