|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.iterators.filter.RegExFilter
RegExFilter
public class RegExFilter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber |
|---|
OptionDescriber.IteratorOptions |
| Field Summary | |
|---|---|
static String |
COLF_REGEX
Deprecated. |
static String |
COLQ_REGEX
Deprecated. |
static String |
OR_FIELDS
Deprecated. |
static String |
ROW_REGEX
Deprecated. |
static String |
VALUE_REGEX
Deprecated. |
| Constructor Summary | |
|---|---|
RegExFilter()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
accept(Key key,
Value value)
Deprecated. |
OptionDescriber.IteratorOptions |
describeOptions()
Deprecated. Gets an iterator options object that contains information needed to configure this iterator. |
void |
init(Map<String,String> options)
Deprecated. |
boolean |
validateOptions(Map<String,String> options)
Deprecated. Check to see if an options map contains all options required by an iterator and that the option values are in the expected formats. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ROW_REGEX
public static final String COLF_REGEX
public static final String COLQ_REGEX
public static final String VALUE_REGEX
public static final String OR_FIELDS
| Constructor Detail |
|---|
public RegExFilter()
| Method Detail |
|---|
public boolean accept(Key key,
Value value)
accept in interface Filterpublic void init(Map<String,String> options)
init in interface Filterpublic OptionDescriber.IteratorOptions describeOptions()
OptionDescriber
describeOptions in interface OptionDescriberpublic boolean validateOptions(Map<String,String> options)
OptionDescriber
validateOptions in interface OptionDescriberoptions - a map of option names to option values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||