See: Description
| Interface | Description |
|---|---|
| HBaseBackend |
A
Backend that is responsible of low-level access to a HBase database. |
| Class | Description |
|---|---|
| HBaseBackendFactory |
A
BackendFactory that creates HBaseBackend instances. |
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.