public class FaunusSerializer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FaunusSerializer.Comparator |
| Constructor and Description |
|---|
FaunusSerializer(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
readEdge(StandardFaunusEdge edge,
DataInput in) |
void |
readProperty(StandardFaunusProperty property,
DataInput in) |
void |
readVertex(FaunusVertex vertex,
DataInput in) |
void |
writeEdge(StandardFaunusEdge edge,
DataOutput out) |
void |
writeProperty(StandardFaunusProperty property,
DataOutput out) |
void |
writeVertex(FaunusVertex vertex,
DataOutput out) |
public FaunusSerializer(Configuration configuration)
public void writeVertex(FaunusVertex vertex, DataOutput out) throws IOException
IOExceptionpublic void readVertex(FaunusVertex vertex, DataInput in) throws IOException
IOExceptionpublic void writeEdge(StandardFaunusEdge edge, DataOutput out) throws IOException
IOExceptionpublic void readEdge(StandardFaunusEdge edge, DataInput in) throws IOException
IOExceptionpublic void writeProperty(StandardFaunusProperty property, DataOutput out) throws IOException
IOExceptionpublic void readProperty(StandardFaunusProperty property, DataInput in) throws IOException
IOExceptionCopyright © 2012–2016. All rights reserved.