public class JanusGraphVertexDeserializer extends Object implements AutoCloseable
| Constructor and Description |
|---|
JanusGraphVertexDeserializer(JanusGraphHadoopSetup setup) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex |
getOrCreateVertex(long vertexId,
String label,
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph tg) |
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex |
readHadoopVertex(StaticBuffer key,
Iterable<Entry> entries) |
public JanusGraphVertexDeserializer(JanusGraphHadoopSetup setup)
public org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex readHadoopVertex(StaticBuffer key, Iterable<Entry> entries)
public org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex getOrCreateVertex(long vertexId,
String label,
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph tg)
public void close()
close in interface AutoCloseableCopyright © 2012–2020. All rights reserved.