public abstract class Value
extends java.lang.Object
implements java.io.Serializable
ValidateBlackboard.| Modifier | Constructor and Description |
|---|---|
protected |
Value()
Creates a new
Value and records the current time. |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object o)
Make sure that subclasses override this method
|
protected java.lang.String |
formatTimestamp()
Returns the timestamp in the same format as those in the GemFire
log files.
|
long |
getTimestamp()
Returns the time at which this
Value object was
created. |
abstract java.lang.String |
toString()
Make sure that subclasses override this method
|
public final long getTimestamp()
Value object was
created. We use this timestamp to determine how long it has been
since a region operation has taken place. That is, while
validating if we see that the value of an entry only recently
changed, we may briefly pause to allow the change to propagate.protected java.lang.String formatTimestamp()
public abstract boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic abstract java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.