| Package | Description |
|---|---|
| org.apache.jackrabbit.mongomk | |
| org.apache.jackrabbit.mongomk.util |
| Modifier and Type | Method and Description |
|---|---|
UpdateOp |
UpdateOp.getReverseOperation() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MemoryDocumentStore.applyChanges(Map<String,Object> target,
UpdateOp update)
Apply the changes to the in-memory map.
|
Map<String,Object> |
MongoDocumentStore.createOrUpdate(DocumentStore.Collection collection,
UpdateOp update) |
Map<String,Object> |
MemoryDocumentStore.createOrUpdate(DocumentStore.Collection collection,
UpdateOp update) |
Map<String,Object> |
DocumentStore.createOrUpdate(DocumentStore.Collection collection,
UpdateOp update)
Create or update a document.
|
Map<String,Object> |
MongoDocumentStore.findAndUpdate(DocumentStore.Collection collection,
UpdateOp update) |
Map<String,Object> |
MemoryDocumentStore.findAndUpdate(DocumentStore.Collection collection,
UpdateOp update) |
Map<String,Object> |
DocumentStore.findAndUpdate(DocumentStore.Collection collection,
UpdateOp update)
Performs a conditional update (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MongoDocumentStore.create(DocumentStore.Collection collection,
List<UpdateOp> updateOps) |
boolean |
MemoryDocumentStore.create(DocumentStore.Collection collection,
List<UpdateOp> updateOps) |
boolean |
DocumentStore.create(DocumentStore.Collection collection,
List<UpdateOp> updateOps)
Try to create a list of documents.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
LoggingDocumentStoreWrapper.createOrUpdate(DocumentStore.Collection collection,
UpdateOp update) |
Map<String,Object> |
LoggingDocumentStoreWrapper.findAndUpdate(DocumentStore.Collection collection,
UpdateOp update) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LoggingDocumentStoreWrapper.create(DocumentStore.Collection collection,
List<UpdateOp> updateOps) |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.