| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_FAMILY_FIELD |
static String |
COLUMN_QUALIFIER_FIELD |
protected org.apache.accumulo.core.data.Key |
key |
protected Map<String,String> |
keyFields |
static String |
ROW_FIELD |
| Constructor and Description |
|---|
BaseKeyParser() |
| Modifier and Type | Method and Description |
|---|---|
BaseKeyParser |
duplicate() |
String |
getColumnFamily() |
String |
getColumnQualifier() |
String[] |
getFieldNames() |
String |
getFieldValue(String fieldName) |
org.apache.accumulo.core.data.Key |
getKey() |
String |
getRow() |
void |
parse(org.apache.accumulo.core.data.Key key)
Parses a Key object into its constituent fields.
|
public static final String ROW_FIELD
public static final String COLUMN_FAMILY_FIELD
public static final String COLUMN_QUALIFIER_FIELD
protected org.apache.accumulo.core.data.Key key
public void parse(org.apache.accumulo.core.data.Key key)
key - public String[] getFieldNames()
public BaseKeyParser duplicate()
public String getRow()
public String getColumnFamily()
public String getColumnQualifier()
public org.apache.accumulo.core.data.Key getKey()
Copyright © 2014 Calrissian. All Rights Reserved.