public class ClusteredRepeatableReadEntry extends RepeatableReadEntry implements Versioned
ReadCommittedEntry.Flags| Constructor and Description |
|---|
ClusteredRepeatableReadEntry(Object key,
Object value,
Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
EntryVersion |
getVersion() |
boolean |
isNull()
Tests whether the entry represents a null value, typically used for repeatable read.
|
boolean |
performWriteSkewCheck(DataContainer container,
TxInvocationContext ctx,
EntryVersion versionSeen,
VersionGenerator versionGenerator) |
void |
setVersion(EntryVersion version)
Sets the version on this entry.
|
copyForUpdate, performLocalWriteSkewCheck, setSkipRemoteGet, skipRemoteGetcommit, copyStateFlagsFrom, getKey, getLifespan, getMaxIdle, getMetadata, getStateFlags, getValue, isChanged, isCreated, isEvicted, isFlagSet, isLoaded, isRemoved, isValid, rollback, setChanged, setCreated, setEvicted, setFlag, setFlag, setLoaded, setMetadata, setRemoved, setValid, setValue, toString, undelete, unsetFlagclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodepublic boolean performWriteSkewCheck(DataContainer container, TxInvocationContext ctx, EntryVersion versionSeen, VersionGenerator versionGenerator)
public EntryVersion getVersion()
getVersion in interface Versionedpublic void setVersion(EntryVersion version)
VersionedsetVersion in interface Versionedversion - version to setpublic boolean isNull()
CacheEntryisNull in interface CacheEntryisNull in class RepeatableReadEntryCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.