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_IN_EDGE_SOFT_DELETE |
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_OUT_EDGE_SOFT_DELETE |
static org.apache.hadoop.io.Text |
CF_SIGNAL |
CF_EXTENDED_DATA, CF_HIDDEN, CF_PROPERTY, CF_PROPERTY_HIDDEN, CF_PROPERTY_METADATA, CF_PROPERTY_SOFT_DELETE, CF_SOFT_DELETE, CQ_HIDDEN, CQ_SOFT_DELETE, DELETE_ROW_COLUMN_FAMILY, DELETE_ROW_COLUMN_QUALIFIER, HIDDEN_VALUE, HIDDEN_VALUE_DELETED, METADATA_COLUMN_FAMILY, METADATA_COLUMN_QUALIFIER, SOFT_DELETE_VALUEID_PROPERTY_NAME| Constructor and Description |
|---|
AccumuloVertex(AccumuloGraph graph,
String vertexId,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
Edges inEdges,
Edges outEdges,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
AccumuloVertex(AccumuloGraph graph,
String vertexId,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
addPropertyInternal, deleteProperty, equals, getAuthorizations, getExtendedData, getExtendedDataTableNames, getFetchHints, getGraph, getHiddenVisibilities, getHistoricalPropertyValues, getId, getProperties, getProperties, getProperty, getProperty, getPropertyDeleteMutations, getPropertySoftDeleteMutations, getPropertyValue, getPropertyValue, getTimestamp, getVisibility, hashCode, internalGetProperties, markPropertyHidden, markPropertyVisible, removePropertyInternal, saveExistingElementMutation, setVisibility, softDeleteProperty, toString, updatePropertiesInternalgetEdgeLabelProperty, getIdProperty, getInOrOutVertexIdProperty, getInVertexIdProperty, getOutVertexIdProperty, getProperties, getProperty, getPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyValue, addPropertyValue, compareTo, deleteProperties, deleteProperty, deleteProperty, getAuthorizations, getExtendedData, getExtendedDataTableNames, getFetchHints, getGraph, getHiddenVisibilities, getHistoricalPropertyValues, getHistoricalPropertyValues, getHistoricalPropertyValues, getHistoricalPropertyValues, getId, getTimestamp, getVisibility, isHidden, markPropertyHidden, markPropertyHidden, markPropertyHidden, markPropertyHidden, markPropertyVisible, markPropertyVisible, markPropertyVisible, markPropertyVisible, setProperty, setProperty, softDeleteProperties, softDeleteProperty, softDeletePropertygetProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValuespublic 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_IN_EDGE
public static final org.apache.hadoop.io.Text CF_OUT_EDGE_SOFT_DELETE
public static final org.apache.hadoop.io.Text CF_IN_EDGE_SOFT_DELETE
public static final org.apache.hadoop.io.Text CF_OUT_EDGE_HIDDEN
public static final org.apache.hadoop.io.Text CF_IN_EDGE_HIDDEN
public AccumuloVertex(AccumuloGraph graph, String vertexId, Visibility vertexVisibility, Iterable<Property> properties, Iterable<PropertyDeleteMutation> propertyDeleteMutations, Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations, Iterable<Visibility> hiddenVisibilities, com.google.common.collect.ImmutableSet<String> extendedDataTableNames, long timestamp, FetchHints fetchHints, Authorizations authorizations)
public AccumuloVertex(AccumuloGraph graph, String vertexId, Visibility vertexVisibility, Iterable<Property> properties, Iterable<PropertyDeleteMutation> propertyDeleteMutations, Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations, Iterable<Visibility> hiddenVisibilities, com.google.common.collect.ImmutableSet<String> extendedDataTableNames, Edges inEdges, Edges outEdges, long timestamp, FetchHints fetchHints, Authorizations authorizations)
public static Vertex createFromIteratorValue(AccumuloGraph graph, org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value, FetchHints fetchHints, Authorizations authorizations)
public Iterable<Edge> getEdges(Direction direction, Authorizations authorizations)
public Iterable<Edge> getEdges(Direction direction, FetchHints fetchHints, Authorizations authorizations)
public Iterable<Edge> getEdges(Direction direction, FetchHints fetchHints, Long endTime, 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, FetchHints 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, FetchHints 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, FetchHints 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, FetchHints 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, FetchHints fetchHints, Authorizations authorizations)
public Iterable<String> getEdgeIds(Vertex otherVertex, Direction direction, String[] labels, Authorizations authorizations)
getEdgeIds in interface Vertex@Deprecated public int getEdgeCount(Direction direction, Authorizations authorizations)
getEdgeCount in interface Vertex@Deprecated public Iterable<String> getEdgeLabels(Direction direction, Authorizations authorizations)
getEdgeLabels in interface Vertexpublic EdgesSummary getEdgesSummary(Authorizations authorizations)
getEdgesSummary 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<EdgeInfo> getEdgeInfos(Direction direction, Authorizations authorizations)
getEdgeInfos in interface Vertexpublic Iterable<EdgeInfo> getEdgeInfos(Direction direction, String label, Authorizations authorizations)
getEdgeInfos in interface Vertexpublic Iterable<EdgeInfo> getEdgeInfos(Direction direction, String[] labels, Authorizations authorizations)
getEdgeInfos in interface Vertexpublic Iterable<Vertex> getVertices(Direction direction, FetchHints 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, FetchHints 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, FetchHints 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 VertexprepareMutation in class AccumuloElementpublic Iterable<EdgeVertexPair> getEdgeVertexPairs(Direction direction, Authorizations authorizations)
getEdgeVertexPairs in interface Vertexpublic Iterable<EdgeVertexPair> getEdgeVertexPairs(Direction direction, FetchHints fetchHints, Authorizations authorizations)
getEdgeVertexPairs in interface Vertexpublic Iterable<EdgeVertexPair> getEdgeVertexPairs(Direction direction, FetchHints fetchHints, Long endTime, Authorizations authorizations)
getEdgeVertexPairs in interface Vertexpublic Iterable<EdgeVertexPair> getEdgeVertexPairs(Direction direction, String label, Authorizations authorizations)
getEdgeVertexPairs in interface Vertexpublic Iterable<EdgeVertexPair> getEdgeVertexPairs(Direction direction, String label, FetchHints fetchHints, Authorizations authorizations)
getEdgeVertexPairs in interface Vertexpublic Iterable<EdgeVertexPair> getEdgeVertexPairs(Direction direction, String[] labels, Authorizations authorizations)
getEdgeVertexPairs in interface Vertexpublic Iterable<EdgeVertexPair> getEdgeVertexPairs(Direction direction, String[] labels, FetchHints fetchHints, Authorizations authorizations)
getEdgeVertexPairs in interface VertexCopyright © 2014–2018. All rights reserved.