Class AttrValueHistorical
java.lang.Object
org.opends.server.replication.plugin.AttrValueHistorical
Stores the timestamp when one attribute value has been added or deleted.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the attributeValue for which this object was generated.Returns the last time when the value was deleted.Returns the last time when the value was updated.inthashCode()booleanisUpdate()Check if the value associated with this object was updated.toString()
-
Method Details
-
equals
-
hashCode
-
getValueDeleteTime
Returns the last time when the value was deleted.- Returns:
- the last time when the value was deleted
-
getValueUpdateTime
Returns the last time when the value was updated.- Returns:
- the last time when the value was updated
-
getAttributeValue
Get the attributeValue for which this object was generated.- Returns:
- the value for which this object was generated
-
isUpdate
public boolean isUpdate()Check if the value associated with this object was updated.- Returns:
- true if the value associated with this object was updated
-
toString
-