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 | Class and Description |
---|---|
class |
AbstractPersistenceBackendFactory
An abstract
PersistenceBackendFactory that processes common store options and manages the configuration. |
Modifier and Type | Method and Description |
---|---|
static PersistenceBackendFactory |
PersistenceBackendFactoryRegistry.getFactoryProvider(String scheme)
|
Modifier and Type | Method and Description |
---|---|
static Map<String,PersistenceBackendFactory> |
PersistenceBackendFactoryRegistry.getFactories()
Returns all registered
URI schemes with their PersistenceBackendFactory . |
Modifier and Type | Method and Description |
---|---|
static void |
PersistenceBackendFactoryRegistry.register(String scheme,
PersistenceBackendFactory factory)
|
Modifier and Type | Class and Description |
---|---|
class |
BlueprintsPersistenceBackendFactory
A factory that creates instances of
BlueprintsPersistenceBackend . |
Modifier and Type | Method and Description |
---|---|
static PersistenceBackendFactory |
BlueprintsPersistenceBackendFactory.getInstance()
Returns the instance of this class.
|
Modifier and Type | Class and Description |
---|---|
class |
HBasePersistenceBackendFactory
A factory that creates instances of
HBasePersistenceBackend . |
Modifier and Type | Method and Description |
---|---|
static PersistenceBackendFactory |
HBasePersistenceBackendFactory.getInstance()
Returns the instance of this class.
|
Modifier and Type | Class and Description |
---|---|
class |
MapDbPersistenceBackendFactory
A factory that creates instances of
MapDbPersistenceBackend . |
Modifier and Type | Method and Description |
---|---|
static PersistenceBackendFactory |
MapDbPersistenceBackendFactory.getInstance()
Returns the instance of this class.
|
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.