Uses of Class
org.apache.accumulo.core.iterators.user.SeekingFilter.AdvanceResult
-
Packages that use SeekingFilter.AdvanceResult Package Description org.apache.accumulo.core.iterators.user -
-
Uses of SeekingFilter.AdvanceResult in org.apache.accumulo.core.iterators.user
Methods in org.apache.accumulo.core.iterators.user that return SeekingFilter.AdvanceResult Modifier and Type Method Description static SeekingFilter.AdvanceResultSeekingFilter.AdvanceResult. valueOf(String name)Returns the enum constant of this type with the specified name.static SeekingFilter.AdvanceResult[]SeekingFilter.AdvanceResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.iterators.user with parameters of type SeekingFilter.AdvanceResult Modifier and Type Method Description static SeekingFilter.FilterResultSeekingFilter.FilterResult. of(boolean accept, SeekingFilter.AdvanceResult advance)Constructors in org.apache.accumulo.core.iterators.user with parameters of type SeekingFilter.AdvanceResult Constructor Description FilterResult(boolean accept, SeekingFilter.AdvanceResult advance)
-