Documentation ¶
Index ¶
- type Batch
- func (b *Batch) Append(buf []byte) bool
- func (b *Batch) Body() []byte
- func (b *Batch) Bytes() []byte
- func (b *Batch) Clear()
- func (b *Batch) Count() uint32
- func (b *Batch) Delete(key []byte)
- func (b *Batch) Empty() bool
- func (b *Batch) Err() error
- func (b *Batch) Iterate(it Iterator) (err error)
- func (b *Batch) Pin()
- func (b *Batch) Put(key, value []byte)
- func (b *Batch) Reset(data []byte)
- func (b *Batch) Sequence() keys.Sequence
- func (b *Batch) SetSequence(seq keys.Sequence)
- func (b *Batch) Size() int
- type Iterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Batch ¶
type Batch struct {
// contains filtered or unexported fields
}
func (*Batch) SetSequence ¶
Click to show internal directories.
Click to hide internal directories.