public class AccumuloEdge extends AccumuloElement implements Edge
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hadoop.io.Text |
CF_IN_VERTEX |
static org.apache.hadoop.io.Text |
CF_OUT_VERTEX |
static org.apache.hadoop.io.Text |
CF_SIGNAL |
CF_HIDDEN, CF_PROPERTY, CF_PROPERTY_HIDDEN, CF_PROPERTY_METADATA, CQ_HIDDEN, HIDDEN_VALUE| Constructor and Description |
|---|
AccumuloEdge(Graph graph,
String id,
String outVertexId,
String inVertexId,
String label,
String newEdgeLabel,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyRemoveMutation> propertyRemoveMutations,
Iterable<Visibility> hiddenVisibilities,
Authorizations authorizations,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
Vertex |
getOtherVertex(String myVertexId,
Authorizations authorizations) |
Vertex |
getOtherVertex(String myVertexId,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations) |
String |
getOtherVertexId(String myVertexId) |
Vertex |
getVertex(Direction direction,
Authorizations authorizations) |
Vertex |
getVertex(Direction direction,
EnumSet<FetchHint> fetchHints,
Authorizations authorizations) |
String |
getVertexId(Direction direction) |
ExistingEdgeMutation |
prepareMutation() |
getGraph, getTimestamp, markPropertyHidden, markPropertyVisible, removeProperty, removeProperty, saveExistingElementMutationaddHiddenVisibility, addPropertyValue, addPropertyValue, equals, getAuthorizations, getHiddenVisibilities, getId, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getPropertyRemoveMutations, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getVisibility, hashCode, isHidden, labelToArrayOrNull, markPropertyHidden, markPropertyVisible, mergeProperties, removeHiddenVisibility, removePropertyInternal, removePropertyInternal, removePropertyInternal, setProperty, setProperty, setVisibility, toString, updatePropertiesInternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyValue, addPropertyValue, getAuthorizations, getGraph, getId, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValues, getVisibility, isHidden, markPropertyHidden, markPropertyHidden, markPropertyVisible, markPropertyVisible, mergeProperties, removeProperty, removeProperty, setProperty, setPropertypublic static final org.apache.hadoop.io.Text CF_SIGNAL
public static final org.apache.hadoop.io.Text CF_OUT_VERTEX
public static final org.apache.hadoop.io.Text CF_IN_VERTEX
public AccumuloEdge(Graph graph, String id, String outVertexId, String inVertexId, String label, String newEdgeLabel, Visibility visibility, Iterable<Property> properties, Iterable<PropertyRemoveMutation> propertyRemoveMutations, Iterable<Visibility> hiddenVisibilities, Authorizations authorizations, long timestamp)
public String getVertexId(Direction direction)
getVertexId in interface Edgepublic Vertex getVertex(Direction direction, Authorizations authorizations)
public String getOtherVertexId(String myVertexId)
getOtherVertexId in interface Edgepublic Vertex getOtherVertex(String myVertexId, Authorizations authorizations)
getOtherVertex in interface Edgepublic Vertex getOtherVertex(String myVertexId, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
getOtherVertex in interface Edgepublic Vertex getVertex(Direction direction, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
public ExistingEdgeMutation prepareMutation()
prepareMutation in interface EdgeprepareMutation in interface ElementCopyright © 2014–2015. All rights reserved.