public class VertexMaker extends ElementMaker<Vertex>
| Constructor and Description |
|---|
VertexMaker(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 Vertex |
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 VertexMaker(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<Vertex>protected String getIdFromRowKey(String rowKey) throws VertexiumException
getIdFromRowKey in class ElementMaker<Vertex>VertexiumExceptionprotected String getVisibilitySignal()
getVisibilitySignal in class ElementMaker<Vertex>protected Vertex makeElement(boolean includeHidden)
makeElement in class ElementMaker<Vertex>Copyright © 2014–2015. All rights reserved.