| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.config | Provides utility classes to provide modeling and persistence-level configuration. | 
| fr.inria.atlanmod.neoemf.data | Provides generic classes representing data management operations. | 
| fr.inria.atlanmod.neoemf.data.berkeleydb.config | Provides configuration classes to define specific behaviors of BerkeleyDB data persistence. | 
| fr.inria.atlanmod.neoemf.data.blueprints.config | Provides configuration classes to define specific behaviors of Blueprints data persistence. | 
| fr.inria.atlanmod.neoemf.data.blueprints.neo4j.config | Provides configuration classes to define specific behaviors of Neo4j data persistence. | 
| fr.inria.atlanmod.neoemf.data.hbase.config | Provides configuration classes to define specific behaviors of HBase data persistence. | 
| fr.inria.atlanmod.neoemf.data.im.config | Provides configuration classes to define specific behaviors of the default in-memory database. | 
| fr.inria.atlanmod.neoemf.data.mapdb.config | Provides configuration classes to define specific behaviors of MapDB data persistence. | 
| fr.inria.atlanmod.neoemf.data.mongodb.config | Provides configuration classes to define specific behaviors of MongoDb data persistence. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseConfig<C extends BaseConfig<C>>The base  Configthat creates and manages common configuration that are available for all back-end
 implementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <C extends Config> | Config. forName(String name,
       String variant) | 
| static <C extends Config> | Config. forScheme(String scheme) | 
| static <C extends Config> | Config. load(Path directory)Loads a configuration from the  directory. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. addListener(StoreListener listener)Adds a store listener in this configuration. | 
| <V> Config | Config. addOption(String key,
         V value)Adds a key/value in this configuration. | 
| Config | Config. addStore(Store store)Adds a feature defined by the given  storein this configuration. | 
| Config | Config. autoSave()Adds the  autoSavefeature in this configuration. | 
| Config | Config. autoSave(long chunk)Adds the  autoSavefeature, with a definedchunk, in this configuration. | 
| Config | Config. cacheContainers()Adds the  cache-containersfeature in this configuration. | 
| Config | Config. cacheFeatures()Adds the  cache-featuresfeature in this configuration. | 
| Config | Config. cacheMetaClasses()Adds the  cache-metaclassesfeature in this configuration. | 
| Config | Config. cacheSizes()Adds the  cache-sizesfeature in this configuration. | 
| Config | Config. log()Adds the  logfeature in this configuration. | 
| Config | Config. log(Level level)Adds the  logfeature, with a definedlevel, in this configuration. | 
| Config | Config. merge(ImmutableConfig config)Merges the given  configin this configuration. | 
| Config | Config. merge(Map<String,?> map)Merges the given  mapin this configuration. | 
| Config | Config. readOnly()Adds the  read-onlyfeature in this configuration. | 
| Config | Config. recordStats(StoreStats stats)Adds the  statsfeature in this configuration. | 
| Config | Config. setMapping(String mapping)Defines the mapping to use for the created  Backend. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBackendFactory<C extends Config>An abstract  BackendFactory. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BerkeleyDbConfigA  Configthat creates BerkeleyDB specific configuration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseBlueprintsConfig<C extends BaseBlueprintsConfig<C>>The base  Configthat provides utility methods to create generic Blueprints
 configuration. | 
| class  | BlueprintsTinkerConfigA  Configthat creates Blueprints TinkerGraph specific configuration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlueprintsNeo4jConfigA specific  BaseBlueprintsConfigthat creates Blueprints Neo4j specific configuration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HBaseConfigA  Configthat creates HBase specific configuration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InMemoryConfigA  Configthat creates specific configuration for anInMemoryBackendinstance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapDbConfigA  Configthat creates MapDB specific configuration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MongoDbConfigA  Configthat creates MongoDb specific configuration. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.