public static final class ChukwaChunk.Tombstone extends ChukwaChunk implements org.apache.gora.persistency.Tombstone
ChukwaChunk.Builder, ChukwaChunk.Field, ChukwaChunk.Tombstone_ALL_FIELDS, SCHEMA$| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getData()
Gets the value of the 'data' field.
|
CharSequence |
getDatatype()
Gets the value of the 'datatype' field.
|
CharSequence |
getName()
Gets the value of the 'name' field.
|
Long |
getSequenceID()
Gets the value of the 'sequenceID' field.
|
CharSequence |
getSource()
Gets the value of the 'source' field.
|
CharSequence |
getTags()
Gets the value of the 'tags' field.
|
boolean |
isDataDirty()
Checks the dirty status of the 'data' field.
|
boolean |
isDatatypeDirty()
Checks the dirty status of the 'datatype' field.
|
boolean |
isNameDirty()
Checks the dirty status of the 'name' field.
|
boolean |
isSequenceIDDirty()
Checks the dirty status of the 'sequenceID' field.
|
boolean |
isSourceDirty()
Checks the dirty status of the 'source' field.
|
boolean |
isTagsDirty()
Checks the dirty status of the 'tags' field.
|
void |
setData(ByteBuffer value)
Sets the value of the 'data' field.
|
void |
setDatatype(CharSequence value)
Sets the value of the 'datatype' field.
|
void |
setName(CharSequence value)
Sets the value of the 'name' field.
|
void |
setSequenceID(Long value)
Sets the value of the 'sequenceID' field.
|
void |
setSource(CharSequence value)
Sets the value of the 'source' field.
|
void |
setTags(CharSequence value)
Sets the value of the 'tags' field.
|
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, putclear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, get, hashCode, put, toStringpublic CharSequence getSource()
getSource in class ChukwaChunkpublic void setSource(CharSequence value)
setSource in class ChukwaChunkvalue - the value to set.public boolean isSourceDirty()
isSourceDirty in class ChukwaChunkpublic CharSequence getTags()
getTags in class ChukwaChunkpublic void setTags(CharSequence value)
setTags in class ChukwaChunkvalue - the value to set.public boolean isTagsDirty()
isTagsDirty in class ChukwaChunkpublic CharSequence getDatatype()
getDatatype in class ChukwaChunkpublic void setDatatype(CharSequence value)
setDatatype in class ChukwaChunkvalue - the value to set.public boolean isDatatypeDirty()
isDatatypeDirty in class ChukwaChunkpublic Long getSequenceID()
getSequenceID in class ChukwaChunkpublic void setSequenceID(Long value)
setSequenceID in class ChukwaChunkvalue - the value to set.public boolean isSequenceIDDirty()
isSequenceIDDirty in class ChukwaChunkpublic CharSequence getName()
getName in class ChukwaChunkpublic void setName(CharSequence value)
setName in class ChukwaChunkvalue - the value to set.public boolean isNameDirty()
isNameDirty in class ChukwaChunkpublic ByteBuffer getData()
getData in class ChukwaChunkpublic void setData(ByteBuffer value)
setData in class ChukwaChunkvalue - the value to set.public boolean isDataDirty()
isDataDirty in class ChukwaChunkCopyright © 2016 Apache Software Foundation. All Rights Reserved.