|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.replication.plugin.ValueInfo
public class ValueInfo
Allows to store historical information about specific values for a given attribute.
Constructor Summary | |
---|---|
ValueInfo(AttributeValue value,
ChangeNumber CNupdate,
ChangeNumber CNdelete)
Build a new ValueInfo. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this object with another ValueInfo object. |
AttributeValue |
getValue()
Get the value for which this ValueInfo was generated. |
ChangeNumber |
getValueDeleteTime()
Get the last time when the value was deleted. |
ChangeNumber |
getValueUpdateTime()
Get the last time when the value was updated. |
int |
hashCode()
calculates the hasCode for this object. |
boolean |
isUpdate()
Check if the value associated with this ValueInfo was updated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueInfo(AttributeValue value, ChangeNumber CNupdate, ChangeNumber CNdelete)
value
- value for which ValueInfo is builtCNupdate
- last time when value was updated lastCNdelete
- last time when value for deletedMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- object to be compared with this object
public int hashCode()
hashCode
in class java.lang.Object
public ChangeNumber getValueDeleteTime()
public ChangeNumber getValueUpdateTime()
public AttributeValue getValue()
public boolean isUpdate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |