Uses of Class
org.teamapps.universaldb.schema.Schema
-
-
Uses of Schema in org.teamapps.universaldb
Methods in org.teamapps.universaldb that return Schema Modifier and Type Method Description SchemaUniversalDB. getSchema()Methods in org.teamapps.universaldb with parameters of type Schema Modifier and Type Method Description static UniversalDBUniversalDB. createClusterNode(java.io.File storagePath, Schema schema, ClusterConfig clusterConfig)static UniversalDBUniversalDB. createStandalone(java.io.File storagePath, Schema schema)voidUniversalDB. updateSchema(Schema schema) -
Uses of Schema in org.teamapps.universaldb.cluster
Methods in org.teamapps.universaldb.cluster that return Schema Modifier and Type Method Description SchemaClusterNode. getSchema()Methods in org.teamapps.universaldb.cluster with parameters of type Schema Modifier and Type Method Description voidCluster. handleSchemaUpdate(Schema schema)voidClusterHandler. handleSchemaUpdate(Schema schema)voidClusterNode. sendSchemaUpdate(Schema schema) -
Uses of Schema in org.teamapps.universaldb.cluster.message
Methods in org.teamapps.universaldb.cluster.message that return Schema Modifier and Type Method Description SchemaInitMessage. getSchema()SchemaInitMessageResponse. getSchema()SchemaSchemaUpdateMessage. getSchema()Constructors in org.teamapps.universaldb.cluster.message with parameters of type Schema Constructor Description InitMessage(int nodeId, long lastTransactionId, long currentTransactionId, long transactionCount, Schema schema, ClusterOperationMode clusterOperationMode, ClusterNodeRole currentType, ClusterNodeRole preferredType)InitMessageResponse(int nodeId, long lastTransactionId, long currentTransactionId, long transactionCount, Schema schema, ClusterOperationMode clusterOperationMode, ClusterNodeRole currentType, ClusterNodeRole preferredType)SchemaUpdateMessage(Schema schema) -
Uses of Schema in org.teamapps.universaldb.generator
Methods in org.teamapps.universaldb.generator with parameters of type Schema Modifier and Type Method Description voidPojoCodeGenerator. createSchemaInterface(Schema schema, java.io.File baseDir)voidPojoCodeGenerator. generateCode(Schema schema, java.io.File basePath) -
Uses of Schema in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return Schema Modifier and Type Method Description SchemaSchemaIndex. getSchema()Methods in org.teamapps.universaldb.index with parameters of type Schema Modifier and Type Method Description voidSchemaIndex. merge(Schema schema)Constructors in org.teamapps.universaldb.index with parameters of type Schema Constructor Description SchemaIndex(Schema schema, java.io.File path) -
Uses of Schema in org.teamapps.universaldb.schema
Methods in org.teamapps.universaldb.schema that return Schema Modifier and Type Method Description static SchemaSchema. create()static SchemaSchema. create(java.lang.String pojoNamespace)SchemaDatabase. getSchema()static SchemaSchema. parse(java.lang.String schemaData)Methods in org.teamapps.universaldb.schema with parameters of type Schema Modifier and Type Method Description booleanSchema. isCompatibleWith(Schema schema)booleanSchema. isSameSchema(Schema schema)voidSchema. merge(Schema schema)Constructors in org.teamapps.universaldb.schema with parameters of type Schema Constructor Description Database(Schema schema, java.lang.String name) -
Uses of Schema in org.teamapps.universaldb.transaction
Methods in org.teamapps.universaldb.transaction that return Schema Modifier and Type Method Description SchemaTransactionHandler. getSchema()SchemaTransactionStore. getSchema()SchemaTransactionStore. loadSchema()Methods in org.teamapps.universaldb.transaction with parameters of type Schema Modifier and Type Method Description voidTransactionStore. saveSchema(Schema schema)voidTransactionStore. setSchema(Schema schema)voidTransactionHandler. updateSchema(Schema schema)
-