| Package | Description |
|---|---|
| org.cloudgraph.hbase.filter |
Contains HBase row and column filter assembly logic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryPrefixColumnFilterAssembler
Creates an HBase column filter list using QualifierFilter and BinaryPrefixComparator and recreating composite column qualifier
prefixes for comparison using
CompositeColumnKeyFactory. |
class |
GraphFetchColumnFilterAssembler
Creates an HBase column filter set based on the given criteria which
leverages the HBase MultipleColumnPrefixFilter to return only columns which make up the
selected data graph.
|
class |
InitialFetchColumnFilterAssembler
Creates an HBase column filter set based on the given criteria which
leverages the HBase MultipleColumnPrefixFilter to return only columns for the graph root as
well as any columns associated with type nodes linked through one of more
singular relations.
|
class |
StatefullBinaryPrefixColumnFilterAssembler
Creates an HBase column filter list using QualifierFilter and BinaryPrefixComparator and recreating composite column qualifier
prefixes for comparison using
StatefullColumnKeyFactory. |
Copyright © 2021. All Rights Reserved.