Package org.dizitart.no2.filters
Class IndexScanFilter
- java.lang.Object
-
- org.dizitart.no2.filters.IndexScanFilter
-
-
Constructor Summary
Constructors Constructor Description IndexScanFilter(Collection<ComparableFilter> filters)Instantiates a new Index scan filter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(Pair<NitriteId,Document> element)Applies the filter to the given element.List<ComparableFilter>getFilters()StringtoString()
-
-
-
Constructor Detail
-
IndexScanFilter
public IndexScanFilter(Collection<ComparableFilter> filters)
Instantiates a new Index scan filter.- Parameters:
filters- the filters
-
-