org.apache.accumulo.core.iterators.user
Class ReqVisFilter
java.lang.Object
org.apache.accumulo.core.iterators.WrappingIterator
org.apache.accumulo.core.iterators.Filter
org.apache.accumulo.core.iterators.user.ReqVisFilter
- All Implemented Interfaces:
- OptionDescriber, SortedKeyValueIterator<Key,Value>
public class ReqVisFilter
- extends Filter
A Filter that matches entries with a non-empty ColumnVisibility.
Fields inherited from class org.apache.accumulo.core.iterators.Filter |
NEGATE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReqVisFilter
public ReqVisFilter()
accept
public boolean accept(Key k,
Value v)
- Specified by:
accept
in class Filter
- Returns:
- true if the key/value pair is accepted by the filter.
describeOptions
public OptionDescriber.IteratorOptions describeOptions()
- Description copied from interface:
OptionDescriber
- Gets an iterator options object that contains information needed to configure this iterator. This object will be used by the accumulo shell to prompt the
user to input the appropriate information.
- Specified by:
describeOptions
in interface OptionDescriber
- Overrides:
describeOptions
in class Filter
- Returns:
- an iterator options object
Copyright © 2015 Apache Accumulo Project. All rights reserved.