Uses of Class
org.apache.accumulo.core.iterators.user.SeekingFilter.FilterResult
Packages that use SeekingFilter.FilterResult
-
Uses of SeekingFilter.FilterResult in org.apache.accumulo.core.iterators.user
Methods in org.apache.accumulo.core.iterators.user that return SeekingFilter.FilterResultModifier and TypeMethodDescriptionabstract SeekingFilter.FilterResultSubclasses must provide an implementation which examines the given key and value and determines (1) whether to accept the KV pair and (2) how far to advance the source iterator past the key.static SeekingFilter.FilterResultSeekingFilter.FilterResult.of(boolean accept, SeekingFilter.AdvanceResult advance)