Uses of Interface
step.core.collections.Filter
-
Packages that use Filter Package Description step.core.collections step.core.collections.filesystem step.core.collections.filters step.core.collections.inmemory step.core.ql -
-
Uses of Filter in step.core.collections
Methods in step.core.collections that return Filter Modifier and Type Method Description static FilterFilters. in(String field, List<String> values)Methods in step.core.collections that return types with arguments of type Filter Modifier and Type Method Description List<Filter>Filter. getChildren()Methods in step.core.collections with parameters of type Filter Modifier and Type Method Description TFilters.FilterFactory. buildFilter(Filter filter)PojoFilter<POJO>PojoFilters.PojoFilterFactory. buildFilter(Filter filter)longCollection. count(Filter filter, Integer limit)Counts the number of entities matching the provided filterList<String>Collection. distinct(String columnName, Filter filter)Stream<T>Collection. find(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime)Stream<T>Collection. findReduced(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime, List<String> reduceFields)static NotFilters. not(Filter filter)voidCollection. remove(Filter filter)Method parameters in step.core.collections with type arguments of type Filter Modifier and Type Method Description static AndFilters. and(List<Filter> filters)static OrFilters. or(List<Filter> filters) -
Uses of Filter in step.core.collections.filesystem
Methods in step.core.collections.filesystem with parameters of type Filter Modifier and Type Method Description longFilesystemCollection. count(Filter filter, Integer limit)List<String>FilesystemCollection. distinct(String columnName, Filter filter)Stream<T>FilesystemCollection. find(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime)Stream<T>FilesystemCollection. findReduced(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime, List<String> reduceFields)voidFilesystemCollection. remove(Filter filter) -
Uses of Filter in step.core.collections.filters
Classes in step.core.collections.filters that implement Filter Modifier and Type Class Description classAbstractAtomicFilterclassAbstractCompositeFilterclassAndclassEqualsclassFalseclassFulltextclassGtclassGteclassLtclassLteclassNotclassOrclassRegexclassTrueMethods in step.core.collections.filters that return types with arguments of type Filter Modifier and Type Method Description List<Filter>AbstractAtomicFilter. getChildren()List<Filter>AbstractCompositeFilter. getChildren()Method parameters in step.core.collections.filters with type arguments of type Filter Modifier and Type Method Description voidAbstractCompositeFilter. setChildren(List<Filter> children)Constructors in step.core.collections.filters with parameters of type Filter Constructor Description Not(Filter filter)Constructor parameters in step.core.collections.filters with type arguments of type Filter Constructor Description AbstractCompositeFilter(List<Filter> children)And(List<Filter> filters)Or(List<Filter> filters) -
Uses of Filter in step.core.collections.inmemory
Methods in step.core.collections.inmemory with parameters of type Filter Modifier and Type Method Description longInMemoryCollection. count(Filter filter, Integer limit)List<String>InMemoryCollection. distinct(String columnName, Filter filter)Stream<T>InMemoryCollection. find(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime)Stream<T>InMemoryCollection. findReduced(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime, List<String> reduceFields)voidInMemoryCollection. remove(Filter filter) -
Uses of Filter in step.core.ql
-