See: Description
| Interface | Description | 
|---|---|
| HBaseBackend | A  Backendthat is responsible of low-level access to a HBase database. | 
| Class | Description | 
|---|---|
| HBaseBackendFactory | A  BackendFactorythat createsHBaseBackendinstances. | 
 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());
 Copyright © 2013–2019 Atlanmod. All rights reserved.