Uses of Class
org.teamapps.universaldb.cluster.ClusterConfig
-
Packages that use ClusterConfig Package Description org.teamapps.universaldb org.teamapps.universaldb.cluster -
-
Uses of ClusterConfig in org.teamapps.universaldb
Methods in org.teamapps.universaldb with parameters of type ClusterConfig 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)Constructors in org.teamapps.universaldb with parameters of type ClusterConfig Constructor Description UniversalDB(java.io.File storagePath, SchemaInfoProvider schemaInfo, FileStore fileStore, ClusterConfig clusterConfig) -
Uses of ClusterConfig in org.teamapps.universaldb.cluster
Methods in org.teamapps.universaldb.cluster that return ClusterConfig Modifier and Type Method Description ClusterConfigClusterConfig. copy(int localNodeId)Constructors in org.teamapps.universaldb.cluster with parameters of type ClusterConfig Constructor Description Cluster(ClusterConfig config, TransactionHandler transactionHandler)
-