public class EdgeSerializer extends Object implements RelationReader
Modifier and Type | Class and Description |
---|---|
static class |
EdgeSerializer.TypedInterval |
Constructor and Description |
---|
EdgeSerializer(Serializer serializer) |
Modifier and Type | Method and Description |
---|---|
SliceQuery |
getQuery(InternalRelationType type,
org.apache.tinkerpop.gremlin.structure.Direction dir,
EdgeSerializer.TypedInterval[] sortKey) |
SliceQuery |
getQuery(RelationCategory resultType,
boolean querySystemTypes) |
org.apache.tinkerpop.gremlin.structure.Direction |
parseDirection(Entry data) |
RelationCache |
parseRelation(Entry data,
boolean excludeProperties,
TypeInspector tx) |
RelationCache |
readRelation(Entry data,
boolean parseHeaderOnly,
TypeInspector tx) |
StaticArrayEntry |
writeRelation(InternalRelation relation,
InternalRelationType type,
int position,
TypeInspector tx) |
Entry |
writeRelation(InternalRelation relation,
int position,
TypeInspector tx) |
public EdgeSerializer(Serializer serializer)
public RelationCache readRelation(Entry data, boolean parseHeaderOnly, TypeInspector tx)
public org.apache.tinkerpop.gremlin.structure.Direction parseDirection(Entry data)
public RelationCache parseRelation(Entry data, boolean excludeProperties, TypeInspector tx)
parseRelation
in interface RelationReader
public Entry writeRelation(InternalRelation relation, int position, TypeInspector tx)
public StaticArrayEntry writeRelation(InternalRelation relation, InternalRelationType type, int position, TypeInspector tx)
public SliceQuery getQuery(RelationCategory resultType, boolean querySystemTypes)
public SliceQuery getQuery(InternalRelationType type, org.apache.tinkerpop.gremlin.structure.Direction dir, EdgeSerializer.TypedInterval[] sortKey)
Copyright © 2012–2021. All rights reserved.