public class EdgeMaker extends ElementMaker<Edge>
| Constructor and Description |
|---|
EdgeMaker(AccumuloGraph graph,
Iterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> row,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getIdFromRowKey(String rowKey) |
protected String |
getVisibilitySignal() |
protected Edge |
makeElement(boolean includeHidden) |
protected void |
processColumn(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value) |
getAuthorizations, getColumnFamily, getColumnQualifier, getGraph, getHiddenVisibilities, getId, getProperties, getVisibility, makepublic EdgeMaker(AccumuloGraph graph, Iterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> row, Authorizations authorizations)
protected void processColumn(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value)
processColumn in class ElementMaker<Edge>protected String getIdFromRowKey(String rowKey)
getIdFromRowKey in class ElementMaker<Edge>protected String getVisibilitySignal()
getVisibilitySignal in class ElementMaker<Edge>protected Edge makeElement(boolean includeHidden)
makeElement in class ElementMaker<Edge>Copyright © 2014–2015. All rights reserved.