public static final class CINode.Tombstone extends CINode implements Tombstone
CINode.Builder, CINode.Field, CINode.Tombstone
PersistentBase.PersistentData
_ALL_FIELDS, SCHEMA$
DIRTY_BYTES_FIELD_NAME
Modifier and Type | Method and Description |
---|---|
CharSequence |
getClient()
Gets the value of the 'client' field.
|
Long |
getCount()
Gets the value of the 'count' field.
|
Long |
getPrev()
Gets the value of the 'prev' field.
|
boolean |
isClientDirty(CharSequence value)
Checks the dirty status of the 'client' field.
|
boolean |
isCountDirty(Long value)
Checks the dirty status of the 'count' field.
|
boolean |
isPrevDirty(Long value)
Checks the dirty status of the 'prev' field.
|
void |
setClient(CharSequence value)
Sets the value of the 'client' field.
|
void |
setCount(Long value)
Sets the value of the 'count' field.
|
void |
setPrev(Long value)
Sets the value of the 'prev' 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
clear, clearDirty, clearDirty, getUnmanagedFields, isDirty, isDirty, setDirty, setDirty, setDirty
clearDirty, isDirty
public Long getPrev()
public void setPrev(Long value)
public boolean isPrevDirty(Long value)
isPrevDirty
in class CINode
value
- the value to set.public CharSequence getClient()
public void setClient(CharSequence value)
public boolean isClientDirty(CharSequence value)
isClientDirty
in class CINode
value
- the value to set.public Long getCount()
public void setCount(Long value)
public boolean isCountDirty(Long value)
isCountDirty
in class CINode
value
- the value to set.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.