public abstract class BaseFilterIterator
extends org.apache.accumulo.core.iterators.user.RowFilter
Modifier and Type | Field and Description |
---|---|
protected org.apache.accumulo.core.iterators.conf.ColumnSet |
columnFilter |
static String |
NEGATE |
protected AccumuloMetadataProcessor.ValueIn |
valueIn |
Constructor and Description |
---|
BaseFilterIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(byte[] value) |
boolean |
acceptRow(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> rowItem) |
org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> |
deepCopy(org.apache.accumulo.core.iterators.IteratorEnvironment env) |
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) |
public static final String NEGATE
protected AccumuloMetadataProcessor.ValueIn valueIn
protected org.apache.accumulo.core.iterators.conf.ColumnSet columnFilter
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
init
in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>
init
in class org.apache.accumulo.core.iterators.user.RowFilter
IOException
public org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> deepCopy(org.apache.accumulo.core.iterators.IteratorEnvironment env)
deepCopy
in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>
deepCopy
in class org.apache.accumulo.core.iterators.user.RowFilter
public boolean acceptRow(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> rowItem) throws IOException
acceptRow
in class org.apache.accumulo.core.iterators.user.RowFilter
IOException
public boolean accept(byte[] value)
Copyright © 2019. All rights reserved.