| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.bind | Provides classes related to the binding engine and classpath analysis. | 
| fr.inria.atlanmod.neoemf.data | Provides generic classes representing data management operations. | 
| fr.inria.atlanmod.neoemf.data.berkeleydb | Provides classes related to data management specific to a BerkeleyDB implementation. | 
| fr.inria.atlanmod.neoemf.data.blueprints | Provides classes related to data management specific to a Blueprints implementation. | 
| fr.inria.atlanmod.neoemf.data.hbase | Provides classes related to data management specific to a HBase implementation. | 
| fr.inria.atlanmod.neoemf.data.im | Provides classes related to data management specific to the default in-memory implementation. | 
| fr.inria.atlanmod.neoemf.data.mapdb | Provides classes related to data management specific to a MapDB implementation. | 
| fr.inria.atlanmod.neoemf.data.mongodb | Provides classes related to data management specific to a MongoDb implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | Bindings. schemeOf(BackendFactory factory)Retrieves the URI scheme for the specified  factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> T | Bindings. find(Class<? super T> type,
    Function<Class<? extends BackendFactory>,String> valueMapping,
    String value,
    String variant)Retrieves the instance of the  typethat is bound to aBackendFactorywith the givenvalue, by using the speficiedvalueMapping. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBackendFactory<C extends Config>An abstract  BackendFactory. | 
| Modifier and Type | Method and Description | 
|---|---|
| BackendFactory | BackendFactoryRegistry. getFactoryFor(String scheme)Returns the  BackendFactoryidentified by the given URIscheme. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BackendFactoryRegistry. register(String scheme,
        BackendFactory factory)Registers a  BackendFactoryidentified by the given URIscheme. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BerkeleyDbBackendFactoryA  BackendFactorythat createsBerkeleyDbBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlueprintsBackendFactoryA  BackendFactorythat createsBlueprintsBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HBaseBackendFactoryA  BackendFactorythat createsHBaseBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InMemoryBackendFactoryA  BackendFactorythat createInMemoryBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapDbBackendFactoryA  BackendFactorythat createsMapDbBackendinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MongoDbBackendFactoryA  BackendFactorythat createsMongoDbBackendinstances. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.