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, put
clear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirty
compareTo, get, hashCode, put, toString
public CharSequence getSource()
getSource
in class ChukwaChunk
public void setSource(CharSequence value)
setSource
in class ChukwaChunk
value
- the value to set.public boolean isSourceDirty()
isSourceDirty
in class ChukwaChunk
public CharSequence getTags()
getTags
in class ChukwaChunk
public void setTags(CharSequence value)
setTags
in class ChukwaChunk
value
- the value to set.public boolean isTagsDirty()
isTagsDirty
in class ChukwaChunk
public CharSequence getDatatype()
getDatatype
in class ChukwaChunk
public void setDatatype(CharSequence value)
setDatatype
in class ChukwaChunk
value
- the value to set.public boolean isDatatypeDirty()
isDatatypeDirty
in class ChukwaChunk
public Long getSequenceID()
getSequenceID
in class ChukwaChunk
public void setSequenceID(Long value)
setSequenceID
in class ChukwaChunk
value
- the value to set.public boolean isSequenceIDDirty()
isSequenceIDDirty
in class ChukwaChunk
public CharSequence getName()
getName
in class ChukwaChunk
public void setName(CharSequence value)
setName
in class ChukwaChunk
value
- the value to set.public boolean isNameDirty()
isNameDirty
in class ChukwaChunk
public ByteBuffer getData()
getData
in class ChukwaChunk
public void setData(ByteBuffer value)
setData
in class ChukwaChunk
value
- the value to set.public boolean isDataDirty()
isDataDirty
in class ChukwaChunk
Copyright © 2016 Apache Software Foundation. All Rights Reserved.