| Package | Description |
|---|---|
| com.google.uzaygezen.core |
Compact Hilbert index mappings and backtracking query building support for
persistence systems.
|
| Modifier and Type | Method and Description |
|---|---|
RangeListFilter<T,V,R> |
RangeListFilter.combine(RangeListFilter<T,V,R> higher,
int threshold,
V gapEstimate) |
| Modifier and Type | Method and Description |
|---|---|
SelectiveFilter<RangeListFilter<T,V,R>> |
ListConcatCombiner.combine(FilteredIndexRange<RangeListFilter<T,V,R>,R> lower,
FilteredIndexRange<RangeListFilter<T,V,R>,R> higher,
V gapEstimate)
If the gap is zero, joins the last index range and the first index range
into one range that covers both, and keeps the other ranges intact.
|
static <T extends Comparable<T>,V extends Content<V>,R extends Range<T,V>> |
RangeListFilter.creator(Level thresholdExceededLogLevel,
RangeHome<T,V,R> rangeHome) |
| Modifier and Type | Method and Description |
|---|---|
RangeListFilter<T,V,R> |
RangeListFilter.combine(RangeListFilter<T,V,R> higher,
int threshold,
V gapEstimate) |
| Modifier and Type | Method and Description |
|---|---|
SelectiveFilter<RangeListFilter<T,V,R>> |
ListConcatCombiner.combine(FilteredIndexRange<RangeListFilter<T,V,R>,R> lower,
FilteredIndexRange<RangeListFilter<T,V,R>,R> higher,
V gapEstimate)
If the gap is zero, joins the last index range and the first index range
into one range that covers both, and keeps the other ranges intact.
|
SelectiveFilter<RangeListFilter<T,V,R>> |
ListConcatCombiner.combine(FilteredIndexRange<RangeListFilter<T,V,R>,R> lower,
FilteredIndexRange<RangeListFilter<T,V,R>,R> higher,
V gapEstimate)
If the gap is zero, joins the last index range and the first index range
into one range that covers both, and keeps the other ranges intact.
|
Copyright © 2014. All Rights Reserved.