public class StorableEdgeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHARSET_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
StorableEdgeInfo() |
|
StorableEdgeInfo(byte[] bytes,
long timestamp) |
|
StorableEdgeInfo(String label,
String vertexId) |
|
StorableEdgeInfo(String label,
String vertexId,
long timestamp,
boolean includeEdgeVertexIds) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getLabel() |
byte[] |
getLabelBytes() |
long |
getTimestamp() |
String |
getVertexId() |
static String |
getVertexId(byte[] buffer) |
String |
toString() |
public static final String CHARSET_NAME
protected StorableEdgeInfo()
public StorableEdgeInfo(String label, String vertexId, long timestamp, boolean includeEdgeVertexIds)
public StorableEdgeInfo(byte[] bytes,
long timestamp)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.