public interface ColumnFamilyManagerFactory extends AutoCloseable
ColumnFamilyManager factory.
When the application has finished using the column family 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 ColumnFamilyManager> |
get(String database)
Creates a
ColumnFamilyManager from database's name |
<T extends ColumnFamilyManager> T get(String database)
ColumnFamilyManager from database's nameT - the ColumnFamilyManager typedatabase - a database nameColumnFamilyManager instanceUnsupportedOperationException - when this operation is not supported
throws NullPointerException when the database is nullvoid close()
close in interface AutoCloseableCopyright © 2017–2021 Eclipse Foundation. All rights reserved.