Uses of Class
org.teamapps.universaldb.UniversalDB
| Package | Description |
|---|---|
| org.teamapps.universaldb | |
| org.teamapps.universaldb.transaction |
-
Uses of UniversalDB in org.teamapps.universaldb
Methods in org.teamapps.universaldb that return UniversalDB Modifier and Type Method Description static UniversalDBUniversalDB. createClusterNode(java.io.File storagePath, SchemaInfoProvider schemaInfoProvider, ClusterSetConfig clusterConfig)static UniversalDBUniversalDB. createStandalone(java.io.File storagePath, SchemaInfoProvider schemaInfoProvider)static UniversalDBUniversalDB. createStandalone(java.io.File storagePath, SchemaInfoProvider schemaInfoProvider, FileStore fileStore) -
Uses of UniversalDB in org.teamapps.universaldb.transaction
Methods in org.teamapps.universaldb.transaction with parameters of type UniversalDB Modifier and Type Method Description static voidTransaction. setDataBase(UniversalDB db)