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 |
|---|---|
ClusteredRepeatableReadEntry |
clone() |
EntryVersion |
getVersion() |
boolean |
isNull()
Tests whether the entry represents a null value, typically used for repeatable read.
|
boolean |
performWriteSkewCheck(DataContainer container,
PersistenceManager persistenceManager,
TxInvocationContext ctx,
EntryVersion versionSeen,
VersionGenerator versionGenerator,
TimeService timeService) |
void |
setVersion(EntryVersion version)
Sets the version on this entry.
|
copyForUpdate, performLocalWriteSkewCheck, setSkipLookup, skipLookupcommit, copyStateFlagsFrom, getKey, getLifespan, getMaxIdle, getMetadata, getStateFlags, getValue, isChanged, isCreated, isEvicted, isExpired, isFlagSet, isLoaded, isRemoved, isValid, rollback, setChanged, setCreated, setEvicted, setExpired, setFlag, setFlag, setLoaded, setMetadata, setRemoved, setValid, setValue, toString, undelete, unsetFlagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyForUpdatecomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodepublic boolean performWriteSkewCheck(DataContainer container, PersistenceManager persistenceManager, TxInvocationContext ctx, EntryVersion versionSeen, VersionGenerator versionGenerator, TimeService timeService)
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 RepeatableReadEntrypublic ClusteredRepeatableReadEntry clone()
clone in interface CacheEntryclone in class RepeatableReadEntryCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.