public static final class GVertex.Tombstone extends GVertex implements org.apache.gora.persistency.Tombstone
GVertex.Builder, GVertex.Field, GVertex.Tombstone
Modifier and Type | Method and Description |
---|---|
Map<CharSequence,CharSequence> |
getEdges()
Gets the value of the 'edges' field.
|
CharSequence |
getVertexId()
Gets the value of the 'vertexId' field.
|
Float |
getVertexValue()
Gets the value of the 'vertexValue' field.
|
boolean |
isEdgesDirty(Map<CharSequence,CharSequence> value)
Checks the dirty status of the 'edges' field.
|
boolean |
isVertexIdDirty(CharSequence value)
Checks the dirty status of the 'vertexId' field.
|
boolean |
isVertexValueDirty(Float value)
Checks the dirty status of the 'vertexValue' field.
|
void |
setEdges(Map<CharSequence,CharSequence> value)
Sets the value of the 'edges' field.
|
void |
setVertexId(CharSequence value)
Sets the value of the 'vertexId' field.
|
void |
setVertexValue(Float value)
Sets the value of the 'vertexValue' field.
|
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put
clear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirty
compareTo, get, hashCode, put, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CharSequence getVertexId()
getVertexId
in class GVertex
public void setVertexId(CharSequence value)
setVertexId
in class GVertex
value
- the value to set.public boolean isVertexIdDirty(CharSequence value)
isVertexIdDirty
in class GVertex
value
- the value to set.public Float getVertexValue()
getVertexValue
in class GVertex
public void setVertexValue(Float value)
setVertexValue
in class GVertex
value
- the value to set.public boolean isVertexValueDirty(Float value)
isVertexValueDirty
in class GVertex
value
- the value to set.public Map<CharSequence,CharSequence> getEdges()
public void setEdges(Map<CharSequence,CharSequence> value)
public boolean isEdgesDirty(Map<CharSequence,CharSequence> value)
isEdgesDirty
in class GVertex
value
- the value to set.Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.