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, putclear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, get, hashCode, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic CharSequence getVertexId()
getVertexId in class GVertexpublic void setVertexId(CharSequence value)
setVertexId in class GVertexvalue - the value to set.public boolean isVertexIdDirty(CharSequence value)
isVertexIdDirty in class GVertexvalue - the value to set.public Float getVertexValue()
getVertexValue in class GVertexpublic void setVertexValue(Float value)
setVertexValue in class GVertexvalue - the value to set.public boolean isVertexValueDirty(Float value)
isVertexValueDirty in class GVertexvalue - 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 GVertexvalue - the value to set.Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.