See: Description
| Interface | Description |
|---|---|
| ServiceContext |
Holds temporary state information for use within services held for the
duration of a service call.
|
| Class | Description |
|---|---|
| CloudGraphContext |
Provides context information for HBase such as an already initialized HBase
configuration instance as well as other elements.
|
| GraphAssemblerFactory |
Create a specific graph assembler based on the existence of selection path
predicates found in the given collector.
|
| GraphDispatcher |
Propagates changes to a
data graph including
any number of creates (inserts), modifications (updates) and deletes across
one or more HBase table rows. |
| GraphQuery |
Assembles and returns one or more
data graphs from HBase
given a PlasmaQuery™ based XPath or DSL query. |
| GraphStreamQuery | |
| HBaseDataConverter |
HBase specific data converter, delegates to
DataConverter under
certain conditions. |
| HBaseGraphService |
Top level provider service implementing the
DataAccessService interface
and delegating to GraphQuery for serving data from HBase back to the
client, and GraphDispatcher for propagating changes to one or more
data graphs back to HBase. |
| HBaseServiceContext | |
| QueryThreadPool |
Copyright © 2021. All Rights Reserved.