public class AccumuloVertex extends AccumuloElement implements Vertex
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hadoop.io.Text |
CF_IN_EDGE |
static org.apache.hadoop.io.Text |
CF_IN_EDGE_HIDDEN |
static org.apache.hadoop.io.Text |
CF_OUT_EDGE |
static org.apache.hadoop.io.Text |
CF_OUT_EDGE_HIDDEN |
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 |
|---|
AccumuloVertex(AccumuloGraph graph,
String vertexId,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyRemoveMutation> propertyRemoveMutations,
Iterable<Visibility> hiddenVisibilities,
Authorizations authorizations,
long timestamp) |
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_EDGE
public static final org.apache.hadoop.io.Text CF_OUT_EDGE_HIDDEN
public static final org.apache.hadoop.io.Text CF_IN_EDGE
public static final org.apache.hadoop.io.Text CF_IN_EDGE_HIDDEN
public AccumuloVertex(AccumuloGraph graph, String vertexId, Visibility vertexVisibility, Iterable<Property> properties, Iterable<PropertyRemoveMutation> propertyRemoveMutations, Iterable<Visibility> hiddenVisibilities, Authorizations authorizations, long timestamp)
public Iterable<Edge> getEdges(Direction direction, Authorizations authorizations)
public Iterable<Edge> getEdges(Direction direction, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
public Iterable<String> getEdgeIds(Direction direction, Authorizations authorizations)
getEdgeIds in interface Vertexpublic Iterable<Edge> getEdges(Direction direction, String label, Authorizations authorizations)
public Iterable<Edge> getEdges(Direction direction, String label, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
public Iterable<String> getEdgeIds(Direction direction, String label, Authorizations authorizations)
getEdgeIds in interface Vertexpublic Iterable<Edge> getEdges(Direction direction, String[] labels, Authorizations authorizations)
public Iterable<Edge> getEdges(Direction direction, String[] labels, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
public Iterable<String> getEdgeIds(Direction direction, String[] labels, Authorizations authorizations)
getEdgeIds in interface Vertexpublic Iterable<Edge> getEdges(Vertex otherVertex, Direction direction, Authorizations authorizations)
public Iterable<Edge> getEdges(Vertex otherVertex, Direction direction, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
public Iterable<String> getEdgeIds(Vertex otherVertex, Direction direction, Authorizations authorizations)
getEdgeIds in interface Vertexpublic Iterable<Edge> getEdges(Vertex otherVertex, Direction direction, String label, Authorizations authorizations)
public Iterable<Edge> getEdges(Vertex otherVertex, Direction direction, String label, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
public Iterable<String> getEdgeIds(Vertex otherVertex, Direction direction, String label, Authorizations authorizations)
getEdgeIds in interface Vertexpublic Iterable<Edge> getEdges(Vertex otherVertex, Direction direction, String[] labels, Authorizations authorizations)
public Iterable<Edge> getEdges(Vertex otherVertex, Direction direction, String[] labels, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
public Iterable<String> getEdgeIds(Vertex otherVertex, Direction direction, String[] labels, Authorizations authorizations)
getEdgeIds in interface Vertexpublic int getEdgeCount(Direction direction, Authorizations authorizations)
getEdgeCount in interface Vertexpublic Iterable<String> getEdgeLabels(Direction direction, Authorizations authorizations)
getEdgeLabels in interface Vertexpublic Iterable<Vertex> getVertices(Direction direction, Authorizations authorizations)
getVertices in interface Vertexpublic Iterable<String> getEdgeIdsWithOtherVertexId(String otherVertexId, Direction direction, String[] labels, Authorizations authorizations)
public Iterable<Vertex> getVertices(Direction direction, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
getVertices in interface Vertexpublic Iterable<Vertex> getVertices(Direction direction, String label, Authorizations authorizations)
getVertices in interface Vertexpublic Iterable<Vertex> getVertices(Direction direction, String label, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
getVertices in interface Vertexpublic Iterable<Vertex> getVertices(Direction direction, String[] labels, Authorizations authorizations)
getVertices in interface Vertexpublic Iterable<Vertex> getVertices(Direction direction, String[] labels, EnumSet<FetchHint> fetchHints, Authorizations authorizations)
getVertices in interface Vertexpublic Iterable<String> getVertexIds(Direction direction, String label, Authorizations authorizations)
getVertexIds in interface Vertexpublic Iterable<String> getVertexIds(Direction direction, Authorizations authorizations)
getVertexIds in interface Vertexpublic Iterable<String> getVertexIds(Direction direction, String[] labels, Authorizations authorizations)
getVertexIds in interface Vertexpublic VertexQuery query(Authorizations authorizations)
public VertexQuery query(String queryString, Authorizations authorizations)
public ExistingElementMutation<Vertex> prepareMutation()
prepareMutation in interface ElementprepareMutation in interface VertexCopyright © 2014–2015. All rights reserved.