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) |
close
void createDatabase()
void createCollection(String collectionName)
void writeDocument(Document document, CollectionType collectionType)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.