public abstract class Value extends Object implements 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(Object o)
Make sure that subclasses override this method
|
protected 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 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 String formatTimestamp()
public abstract boolean equals(Object o)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.