| Package | Description |
|---|---|
| org.neolumin.vertexium.accumulo | |
| org.neolumin.vertexium.accumulo.mapreduce |
| Modifier and Type | Method and Description |
|---|---|
static AccumuloGraph |
AccumuloGraph.create(AccumuloGraphConfiguration config) |
static AccumuloGraph |
AccumuloGraph.create(Map config) |
AccumuloGraph |
ElementMaker.getGraph() |
AccumuloGraph |
AccumuloElement.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
abstract StreamingPropertyValue |
StreamingPropertyValueRef.toStreamingPropertyValue(AccumuloGraph graph) |
StreamingPropertyValue |
StreamingPropertyValueHdfsRef.toStreamingPropertyValue(AccumuloGraph graph) |
StreamingPropertyValue |
StreamingPropertyValueTableRef.toStreamingPropertyValue(AccumuloGraph graph) |
| Constructor and Description |
|---|
AccumuloVertex(AccumuloGraph graph,
String vertexId,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyRemoveMutation> propertyRemoveMutations,
Iterable<Visibility> hiddenVisibilities,
Authorizations authorizations,
long timestamp) |
EdgeMaker(AccumuloGraph graph,
Iterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> row,
Authorizations authorizations) |
ElementMaker(AccumuloGraph graph,
Iterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> row,
Authorizations authorizations) |
LazyMutableProperty(AccumuloGraph graph,
ValueSerializer valueSerializer,
String propertyKey,
String propertyName,
byte[] propertyValue,
LazyPropertyMetadata metadata,
Set<Visibility> hiddenVisibilities,
Visibility visibility,
long timestamp) |
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 Vertex |
AccumuloVertexInputFormat.createElementFromRow(AccumuloGraph graph,
org.apache.accumulo.core.util.PeekingIterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> row,
Authorizations authorizations) |
protected abstract TValue |
AccumuloElementInputFormatBase.createElementFromRow(AccumuloGraph graph,
org.apache.accumulo.core.util.PeekingIterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> row,
Authorizations authorizations) |
protected Edge |
AccumuloEdgeInputFormat.createElementFromRow(AccumuloGraph graph,
org.apache.accumulo.core.util.PeekingIterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> row,
Authorizations authorizations) |
static void |
AccumuloVertexInputFormat.setInputInfo(org.apache.hadoop.mapreduce.Job job,
AccumuloGraph graph,
String instanceName,
String zooKeepers,
String principal,
org.apache.accumulo.core.client.security.tokens.AuthenticationToken token,
String[] authorizations) |
static void |
AccumuloEdgeInputFormat.setInputInfo(org.apache.hadoop.mapreduce.Job job,
AccumuloGraph graph,
String instanceName,
String zooKeepers,
String principal,
org.apache.accumulo.core.client.security.tokens.AuthenticationToken token,
String[] authorizations) |
Copyright © 2014–2015. All rights reserved.