Package | Description |
---|---|
org.ojai.store | |
org.ojai.store.base |
Modifier and Type | Method and Description |
---|---|
void |
DocumentStore.delete(DocumentStream stream)
Deletes a set of documents from the DocumentStore represented by the DocumentStream.
|
void |
DocumentStore.delete(DocumentStream stream,
FieldPath fieldAsKey) |
void |
DocumentStore.delete(DocumentStream stream,
String fieldAsKey) |
void |
DocumentStore.insert(DocumentStream stream)
Inserts a set of documents represented by the DocumentStream into the DocumentStore.
|
void |
DocumentStore.insert(DocumentStream stream,
FieldPath fieldAsKey) |
void |
DocumentStore.insert(DocumentStream stream,
String fieldAsKey) |
void |
DocumentStore.insertOrReplace(DocumentStream stream)
Inserts all documents from the specified DocumentStream into this DocumentStore.
|
void |
DocumentStore.insertOrReplace(DocumentStream stream,
FieldPath fieldAsKey)
Inserts all documents from the specified DocumentStream into this DocumentStore
using the field specified by parameter
fieldAsKey as the "_id" field. |
void |
DocumentStore.insertOrReplace(DocumentStream stream,
String fieldAsKey)
Inserts all documents from the specified DocumentStream into this DocumentStore
using the field specified by parameter
fieldAsKey as the "_id" field. |
void |
DocumentStore.replace(DocumentStream stream)
Replaces a set of documents represented by the DocumentStream into the DocumentStore.
|
void |
DocumentStore.replace(DocumentStream stream,
FieldPath fieldAsKey) |
void |
DocumentStore.replace(DocumentStream stream,
String fieldAsKey) |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingStore.delete(DocumentStream rs) |
void |
ForwardingStore.delete(DocumentStream rs,
FieldPath fieldAsKey) |
void |
ForwardingStore.delete(DocumentStream rs,
String fieldAsKey) |
void |
ForwardingStore.insert(DocumentStream rs) |
void |
ForwardingStore.insert(DocumentStream rs,
FieldPath fieldAsKey) |
void |
ForwardingStore.insert(DocumentStream rs,
String fieldAsKey) |
void |
ForwardingStore.insertOrReplace(DocumentStream rs) |
void |
ForwardingStore.insertOrReplace(DocumentStream rs,
FieldPath fieldAsKey) |
void |
ForwardingStore.insertOrReplace(DocumentStream rs,
String fieldAsKey) |
void |
ForwardingStore.replace(DocumentStream rs) |
void |
ForwardingStore.replace(DocumentStream rs,
FieldPath fieldAsKey) |
void |
ForwardingStore.replace(DocumentStream rs,
String fieldAsKey) |
Copyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.