See: Description
Class | Description |
---|---|
DirectWriteHBaseStore |
An
AbstractDirectWriteStore that translates model-level operations to HBase operations. |
ReadOnlyHBaseStore |
A
DirectWriteHBaseStore that only allows read operations on the underlying database. |
This package provides implementations of the PersistentStore
interface
that use a HBase database to store the result of modeling operations and retrieve model elements.
NeoEMF HBase implementation does not provide additional store decorators. Generic decorators defined
at the core level (see AbstractPersistentStoreDecorator
subclasses) can
be combined on top of HBase stores to provide additional behavior, such as autocommit or feature caching.
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.