public static final class CINode.Tombstone extends CINode implements Tombstone
CINode.Builder, CINode.Field, CINode.TombstonePersistentBase.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, putclear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, get, hashCode, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, clearDirty, clearDirty, getUnmanagedFields, isDirty, isDirty, setDirty, setDirty, setDirtyclearDirty, isDirtypublic Long getPrev()
public void setPrev(Long value)
public boolean isPrevDirty(Long value)
isPrevDirty in class CINodevalue - the value to set.public CharSequence getClient()
public void setClient(CharSequence value)
public boolean isClientDirty(CharSequence value)
isClientDirty in class CINodevalue - the value to set.public Long getCount()
public void setCount(Long value)
public boolean isCountDirty(Long value)
isCountDirty in class CINodevalue - the value to set.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.