public interface DocumentCollectionManagerFactory extends AutoCloseable
DocumentCollectionManager factory.
When the application has finished using the document collection manager factory, and/or at application shutdown,
the application should close the column family manager factory.| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes a resource
|
<T extends DocumentCollectionManager> |
get(String database)
Creates a
DocumentCollectionManager from database's name |
<T extends DocumentCollectionManager> T get(String database)
DocumentCollectionManager from database's nameT - the DocumentCollectionManager typedatabase - a database nameDocumentCollectionManager instanceUnsupportedOperationException - when this operation is not supportedNullPointerException - when the database is nullvoid close()
close in interface AutoCloseableCopyright © 2017–2020 Eclipse Foundation. All rights reserved.