public interface AnyValueWriter<E extends Exception> extends ValueWriter<E>
ValueWriter.Adapter<E extends Exception>, ValueWriter.ArrayType| Modifier and Type | Method and Description |
|---|---|
void |
beginList(int size) |
void |
beginMap(int size) |
void |
beginPoint(CoordinateReferenceSystem coordinateReferenceSystem) |
void |
endList() |
void |
endMap() |
void |
endPoint() |
void |
writeEdge(long edgeId,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties) |
void |
writeEdgeReference(long edgeId) |
void |
writeNode(long nodeId,
TextValue[] labels,
MapValue properties) |
void |
writeNodeReference(long nodeId) |
void |
writePath(NodeValue[] nodes,
EdgeValue[] edges) |
beginArray, beginUTF8, copyUTF8, endArray, endUTF8, writeBoolean, writeByteArray, writeFloatingPoint, writeFloatingPoint, writeInteger, writeInteger, writeInteger, writeInteger, writeNull, writeString, writeString, writeString, writeStringvoid writeNode(long nodeId,
TextValue[] labels,
MapValue properties)
throws E extends Exception
void writeEdge(long edgeId,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties)
throws E extends Exception
void beginPoint(CoordinateReferenceSystem coordinateReferenceSystem) throws E extends Exception
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.