org.apache.accumulo.examples.wikisearch.util
Class FieldIndexKeyParser
java.lang.Object
org.apache.accumulo.examples.wikisearch.util.BaseKeyParser
org.apache.accumulo.examples.wikisearch.util.KeyParser
org.apache.accumulo.examples.wikisearch.util.FieldIndexKeyParser
public class FieldIndexKeyParser
- extends KeyParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELIMITER
public static final String DELIMITER
- See Also:
- Constant Field Values
FieldIndexKeyParser
public FieldIndexKeyParser()
parse
public void parse(Key key)
- Description copied from class:
BaseKeyParser
- Parses a Key object into its constituent fields. This method clears any prior values, so the object can be reused without requiring a new instantiation.
This default implementation makes the row, columnFamily, and columnQualifier available.
- Overrides:
parse
in class KeyParser
duplicate
public BaseKeyParser duplicate()
- Overrides:
duplicate
in class KeyParser
getSelector
public String getSelector()
- Overrides:
getSelector
in class KeyParser
getDataType
public String getDataType()
- Overrides:
getDataType
in class KeyParser
getFieldName
public String getFieldName()
- Overrides:
getFieldName
in class KeyParser
getUid
public String getUid()
- Overrides:
getUid
in class KeyParser
getDataTypeUid
public String getDataTypeUid()
- Overrides:
getDataTypeUid
in class KeyParser
getFieldValue
public String getFieldValue()
- Overrides:
getFieldValue
in class KeyParser
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.