Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data |
Provides generic classes representing data management operations.
|
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.mapdb |
Provides classes related to data management specific to a MapDB implementation.
|
Modifier and Type | Method and Description |
---|---|
PersistenceBackend |
PersistenceBackendFactory.createPersistentBackend(File directory,
Map<?,?> options)
Creates a
PersistenceBackend in the given directory . |
PersistentStore |
AbstractPersistenceBackendFactory.createPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options) |
PersistentStore |
PersistenceBackendFactory.createPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options)
Creates a
PersistentStore between the given resource and the given backend
according to the given options . |
protected abstract PersistentStore |
AbstractPersistenceBackendFactory.createSpecificPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options)
Creates a
PersistentStore between the given resource and the given backend
according to the given options . |
protected void |
AbstractPersistenceBackendFactory.processGlobalConfiguration(File directory)
Creates and saves the NeoEMF configuration.
|
Modifier and Type | Method and Description |
---|---|
BlueprintsPersistenceBackend |
BlueprintsPersistenceBackendFactory.createPersistentBackend(File directory,
Map<?,?> options) |
protected PersistentStore |
BlueprintsPersistenceBackendFactory.createSpecificPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options) |
Modifier and Type | Method and Description |
---|---|
protected PersistentStore |
HBasePersistenceBackendFactory.createSpecificPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options) |
Modifier and Type | Method and Description |
---|---|
PersistenceBackend |
MapDbPersistenceBackendFactory.createPersistentBackend(File directory,
Map<?,?> options) |
protected PersistentStore |
MapDbPersistenceBackendFactory.createSpecificPersistentStore(PersistentResource resource,
PersistenceBackend backend,
Map<?,?> options) |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.