| Package | Description |
|---|---|
| com.google.uzaygezen.core |
Compact Hilbert index mappings and backtracking query building support for
persistence systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BacktrackingQueryBuilder<F,T,V extends Content<V>,R extends Range<T,V>>
Query builder that can be configured with a maximum number of filtered index
ranges.
|
class |
ListConcatCombiner<T extends Comparable<T>,V extends Content<V>,R extends Range<T,V>>
Filter combiner that works with filters consisting in a list of ranges, and
concatenates them.
|
class |
MapRegionInspector<T,V extends Content<V>>
Assessor of spatial relationships that first check the input into an internal
rollup map, and keeps track of whether the current zooming level is still
covered by the map or not.
|
class |
PlainFilterCombiner<F,T extends Comparable<T>,V extends Content<V>,R extends Range<T,V>>
Very simple filter combiner that always uses the field
PlainFilterCombiner.fixedFilter as
the combined filter. |
class |
RangeListFilter<T extends Comparable<T>,V extends Content<V>,R extends Range<T,V>>
Associates a list of ranges with a boolean specifying if the list of ranges has
exceeded the maximum limit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigIntegerContent |
class |
LongContent |
| Modifier and Type | Method and Description |
|---|---|
static <F,T,V extends Content<V>,R extends Range<T,V>> |
SimpleRegionInspector.create(List<? extends List<R>> queryRegion,
V minOverlappingContent,
com.google.common.base.Function<? super R,F> filterFactory,
RangeHome<T,V,R> rangeHome,
V zero) |
static <T,V extends Content<V>> |
MapRegionInspector.create(Map<Pow2LengthBitSetRange,NodeValue<V>> rolledupMap,
RegionInspector<T,V> delegate,
boolean disguiseCacheHits,
V zero,
V one) |
static <F,T,V extends Content<V>,R extends Range<T,V>> |
BacktrackingQueryBuilder.create(RegionInspector<F,V> regionInspector,
FilterCombiner<F,V,R> intervalCombiner,
int maxFilteredIndexRanges,
boolean removeVacuum,
RangeHome<T,V,R> rangeHome,
V zero) |
static <T extends Comparable<T>,V extends Content<V>,R extends Range<T,V>> |
RangeListFilter.creator(Level thresholdExceededLogLevel,
RangeHome<T,V,R> rangeHome) |
static <T extends Comparable<T>,V extends Content<V>,R extends Range<T,V>> |
ListConcatCombiner.unbounded() |
Copyright © 2014. All Rights Reserved.