Uses of Class
org.teamapps.universaldb.UniversalDB
-
Packages that use 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, ClusterConfig clusterConfig)static UniversalDBUniversalDB. createClusterNode(java.io.File storagePath, Schema schema, ClusterConfig clusterConfig)static UniversalDBUniversalDB. createStandalone(java.io.File storagePath, Schema schema)static UniversalDBUniversalDB. createStandalone(java.io.File storagePath, SchemaInfoProvider schemaInfoProvider) -
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)
-