Interface BulkOperation
- All Known Subinterfaces:
BulkOperation.Insert, BulkOperation.Remove, BulkOperation.RemoveFirst, BulkOperation.Replace, BulkOperation.Update, BulkOperation.UpdateFirst
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInsert operation: insert a single document.static interfaceRemove operation: delete documents matching theBulkOperation.Remove.query().static interfaceRemove-one operation: delete the first document matching theBulkOperation.Remove.query().static interfaceReplace operation: replace the document matching theBulkOperation.Replace.query()with theBulkOperation.Replace.replacement()document.static interfaceUpdate operation: update documents matching theBulkOperation.Update.query().static interfaceUpdate-one operation: update the first document matching theBulkOperation.Update.query(). -
Method Summary
-
Method Details
-
context
BulkOperationContext context()Returns the context for this operation.- Returns:
- the
BulkOperationContext.
-