| Modifier and Type | Field and Description |
|---|---|
static String |
CHARSET_NAME |
| Constructor and Description |
|---|
EdgeInfo(byte[] bytes,
long timestamp) |
EdgeInfo(String label,
String vertexId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
long |
getTimestamp() |
String |
getVertexId() |
static EdgeInfo |
parse(org.apache.accumulo.core.data.Value value,
long timestamp) |
org.apache.accumulo.core.data.Value |
toValue() |
public static final String CHARSET_NAME
public String getVertexId()
getVertexId in interface EdgeInfopublic static EdgeInfo parse(org.apache.accumulo.core.data.Value value, long timestamp)
public org.apache.accumulo.core.data.Value toValue()
public long getTimestamp()
Copyright © 2014–2015. All rights reserved.