Class ByteEntityRangeElementPropertyFilterIterator
- java.lang.Object
-
- org.apache.accumulo.core.iterators.WrappingIterator
-
- org.apache.accumulo.core.iterators.Filter
-
- uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity.ByteEntityRangeElementPropertyFilterIterator
-
- All Implemented Interfaces:
org.apache.accumulo.core.iterators.OptionDescriber,org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>,org.apache.accumulo.core.iterators.YieldingKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>
public class ByteEntityRangeElementPropertyFilterIterator extends org.apache.accumulo.core.iterators.Filter
-
-
Constructor Summary
Constructors Constructor Description ByteEntityRangeElementPropertyFilterIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value)org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptionsdescribeOptions()voidinit(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source, Map<String,String> options, org.apache.accumulo.core.iterators.IteratorEnvironment env)booleanvalidateOptions(Map<String,String> options)-
Methods inherited from class org.apache.accumulo.core.iterators.Filter
deepCopy, next, seek, setNegate
-
Methods inherited from class org.apache.accumulo.core.iterators.WrappingIterator
getTopKey, getTopValue, hasTop
-
-
-
-
Method Detail
-
accept
public boolean accept(org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value)- Specified by:
acceptin classorg.apache.accumulo.core.iterators.Filter
-
init
public void init(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source, Map<String,String> options, org.apache.accumulo.core.iterators.IteratorEnvironment env) throws IOException- Specified by:
initin interfaceorg.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>- Overrides:
initin classorg.apache.accumulo.core.iterators.Filter- Throws:
IOException
-
validateOptions
public boolean validateOptions(Map<String,String> options)
- Specified by:
validateOptionsin interfaceorg.apache.accumulo.core.iterators.OptionDescriber- Overrides:
validateOptionsin classorg.apache.accumulo.core.iterators.Filter
-
describeOptions
public org.apache.accumulo.core.iterators.OptionDescriber.IteratorOptions describeOptions()
- Specified by:
describeOptionsin interfaceorg.apache.accumulo.core.iterators.OptionDescriber- Overrides:
describeOptionsin classorg.apache.accumulo.core.iterators.Filter
-
-