Skip navigation links

Package fr.inria.atlanmod.neoemf.data.hbase

Provides classes related to data management specific to a HBase implementation.

See: Description

Package fr.inria.atlanmod.neoemf.data.hbase Description

Provides classes related to data management specific to a HBase implementation.

This package provides HBasePersistenceBackend and HBasePersistenceBackendFactory classes, that correspond to HBase specific implementations of PersistenceBackend and PersistenceBackendFactoryRegistry.

The HBasePersistenceBackendFactory has to be registered to enable PersistentResource creation with a HBase storage:


 PersistenceBackendFactoryRegistry.register(HBasePersistenceBackendFactory.getInstance());
 
Skip navigation links

Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.