public static final class Host.Tombstone extends Host implements org.apache.gora.persistency.Tombstone
Host.Builder, Host.Field, Host.Tombstone
_ALL_FIELDS, SCHEMA$
Modifier and Type | Method and Description |
---|---|
Map<CharSequence,CharSequence> |
getInlinks()
Gets the value of the 'inlinks' field.
|
Map<CharSequence,ByteBuffer> |
getMetadata()
Gets the value of the 'metadata' field.
|
Map<CharSequence,CharSequence> |
getOutlinks()
Gets the value of the 'outlinks' field.
|
boolean |
isInlinksDirty(Map<CharSequence,CharSequence> value)
Checks the dirty status of the 'inlinks' field.
|
boolean |
isMetadataDirty(Map<CharSequence,ByteBuffer> value)
Checks the dirty status of the 'metadata' field.
|
boolean |
isOutlinksDirty(Map<CharSequence,CharSequence> value)
Checks the dirty status of the 'outlinks' field.
|
void |
setInlinks(Map<CharSequence,CharSequence> value)
Sets the value of the 'inlinks' field.
|
void |
setMetadata(Map<CharSequence,ByteBuffer> value)
Sets the value of the 'metadata' field.
|
void |
setOutlinks(Map<CharSequence,CharSequence> value)
Sets the value of the 'outlinks' field.
|
contains, get, getFieldsCount, getInt, getLong, getSchema, getTombstone, getValue, 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
public Map<CharSequence,ByteBuffer> getMetadata()
getMetadata
in class Host
public void setMetadata(Map<CharSequence,ByteBuffer> value)
setMetadata
in class Host
public boolean isMetadataDirty(Map<CharSequence,ByteBuffer> value)
isMetadataDirty
in class Host
public Map<CharSequence,CharSequence> getOutlinks()
getOutlinks
in class Host
public void setOutlinks(Map<CharSequence,CharSequence> value)
setOutlinks
in class Host
public boolean isOutlinksDirty(Map<CharSequence,CharSequence> value)
isOutlinksDirty
in class Host
public Map<CharSequence,CharSequence> getInlinks()
getInlinks
in class Host
public void setInlinks(Map<CharSequence,CharSequence> value)
setInlinks
in class Host
public boolean isInlinksDirty(Map<CharSequence,CharSequence> value)
isInlinksDirty
in class Host
Copyright © 2015 The Apache Software Foundation