コード例 #1
0
ファイル: mongokv.go プロジェクト: rfistman/camlistore
func (kv *keyValue) BeginBatch() sorted.BatchMutation {
	return sorted.NewBatchMutation()
}
コード例 #2
0
ファイル: aeindex.go プロジェクト: sfrdmn/camlistore
func (is *indexStorage) BeginBatch() sorted.BatchMutation {
	return sorted.NewBatchMutation()
}
コード例 #3
0
ファイル: kvfile.go プロジェクト: rfistman/camlistore
func (is *kvis) BeginBatch() sorted.BatchMutation {
	return sorted.NewBatchMutation()
}