Ejemplo n.º 1
0
func (kv *keyValue) BeginBatch() sorted.BatchMutation {
	return sorted.NewBatchMutation()
}
Ejemplo n.º 2
0
func (is *indexStorage) BeginBatch() sorted.BatchMutation {
	return sorted.NewBatchMutation()
}
Ejemplo n.º 3
0
func (is *kvis) BeginBatch() sorted.BatchMutation {
	return sorted.NewBatchMutation()
}