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 HBaseBackend and HBaseBackendFactory classes, that correspond to HBase specific implementations of Backend and BackendFactoryRegistry.

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


 BackendFactoryRegistry.register(new HBaseBackendFactory());
 
Skip navigation links

Copyright © 2013–2019 Atlanmod. All rights reserved.