| Package | Description |
|---|---|
| org.cloudgraph.hbase.results |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResultsAssembler
Stores intermediate results under various single and multi-scan contexts in
order to fulfill a query and may conditionally bypass results avoiding the
overhead of assembling a graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResultsAssembler
Default functionality for various results assemblers.
|
class |
ParallelSlidingResultsAssembler
Parallel results assembler which collects callable tasks then, lazily invokes
the resulting
futures before returning
results, the graphs being assembled by individual
GraphAssemblerCallable instances rather than by reusing the same
assembler. |
class |
ResultsAggregator
Assembler which executes aggregate functions, grouping and having clause
syntax tree evaluation.
|
class |
SlidingResultsAssembler
Assembler which determines whether results can be ignored under the current
context then "slides" past results not within the given range, avoiding the
overhead of assembling a graph.
|
class |
StreamingResultsAssembler
Assembler which determines whether results can be ignored under the current
context then "slides" past results not within the given range, avoiding the
overhead of assembling a graph.
|
Copyright © 2021. All Rights Reserved.