Uses of Interface
org.teamapps.universaldb.schema.SchemaInfoProvider
| Package | Description |
|---|---|
| <Unnamed> | |
| org.teamapps.universaldb |
-
Uses of SchemaInfoProvider in <Unnamed>
Classes in <Unnamed> that implement SchemaInfoProvider Modifier and Type Class Description classModelclassMyAppModelclassS3Model -
Uses of SchemaInfoProvider in org.teamapps.universaldb
Methods in org.teamapps.universaldb with parameters of type SchemaInfoProvider Modifier and Type Method Description voidUniversalDB. addAuxiliaryModel(SchemaInfoProvider schemaInfo, java.lang.ClassLoader classLoader)static UniversalDBUniversalDB. createStandalone(java.io.File storagePath, SchemaInfoProvider schemaInfoProvider)static UniversalDBUniversalDB. createStandalone(java.io.File storagePath, SchemaInfoProvider schemaInfoProvider, FileStore fileStore)Constructors in org.teamapps.universaldb with parameters of type SchemaInfoProvider Constructor Description UniversalDB(java.io.File storagePath, SchemaInfoProvider schemaInfo, java.lang.String clusterSecret, int port)UniversalDB(java.io.File storagePath, SchemaInfoProvider schemaInfo, java.lang.String clusterSecret, int port, org.teamapps.cluster.network.NodeAddress leaderNode)