@Deprecated public interface DataVersion extends Serializable
newerThan(org.jboss.cache.optimistic.DataVersion)
method so
they can be compared during the validation phase upon commit.
It is recommended that implementations implement Externalizable
and make use
of a good marshalling/unmarshalling mechanism for the sake of efficiency, as these objects are
frequently serialized to be replicated across the wire.Modifier and Type | Method and Description |
---|---|
boolean |
newerThan(DataVersion other)
Deprecated.
Returns true if this is a newer version than
other . |
boolean newerThan(DataVersion other)
other
. There is no guarantee that the DataVersion passed
in is of the same implementation as the current instance. The implementation will have to check for this (if necessary)
and (if necessary) throw a DataVersioningException
.Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.