public interface DocumentStoreWriter<Document> extends AutoCloseable
DocumentStoreVendor have to implement this for creating
 writer to its backend.| Modifier and Type | Method and Description | 
|---|---|
| void | createCollection(String collectionName) | 
| void | createDatabase() | 
| void | writeDocument(Document document,
             CollectionType collectionType) | 
closevoid createDatabase()
void createCollection(String collectionName)
void writeDocument(Document document, CollectionType collectionType)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.