public class InUse extends Value
Value that indicates that a region entry is in the
process of being changed. It is used as a marker to ensure that
only one thread at a time can change the value of an entry.| Modifier and Type | Field and Description |
|---|---|
static InUse |
singleton
The singleton instance of
InUse |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
The singleton
InUse is only equal to itself. |
String |
toString()
Make sure that subclasses override this method
|
formatTimestamp, getTimestamppublic static final InUse singleton
InUseCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.