Package | Description |
---|---|
fr.inria.atlanmod.neoemf.data.blueprints.store |
Provides specific classes to map model-level operations into Blueprints-level operations.
|
fr.inria.atlanmod.neoemf.data.hbase.store |
Provides specific classes to map model-level operations into HBase-level operations.
|
fr.inria.atlanmod.neoemf.data.mapdb.store |
Provides specific classes to map model-level operations into MapDB-level operations.
|
fr.inria.atlanmod.neoemf.data.store |
Provides classes to map model-level operations into persistence-level operations.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectWriteBlueprintsCacheManyStore
A
DirectWriteBlueprintsStore that uses an internal cache to store Vertex elements that are
part of multi-valued EReference s to speed-up their access. |
class |
DirectWriteBlueprintsStore
A
DirectWriteStore that translates model-level operations to Blueprints calls. |
Modifier and Type | Class and Description |
---|---|
class |
DirectWriteHBaseStore
An
AbstractDirectWriteStore that translates model-level operations to HBase operations. |
class |
ReadOnlyHBaseStore
A
DirectWriteHBaseStore that only allows read operations on the underlying database. |
Modifier and Type | Class and Description |
---|---|
class |
DirectWriteMapDbCacheManyStore
A
DirectWriteMapDbStore that uses an internal cache to store persisted Object s that are part
of multi-valued EReference s to speed-up their access. |
class |
DirectWriteMapDbIndicesStore
A
DirectWriteMapDbStore that persists Collection indices instead of serialized arrays. |
class |
DirectWriteMapDbListsStore
A
DirectWriteMapDbStore that uses Java List s instead of arrays to persist multi-valued
EAttribute s and EReference s. |
class |
DirectWriteMapDbStore
An
AbstractDirectWriteStore that translates model-level operations to MapDB operations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectWriteStore<P extends PersistenceBackend>
An abstract
DirectWriteStore that redirects certain methods according to the instance of the encountered
EStructuralFeature . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.