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, skipLookup
commit, 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, unsetFlag
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copyForUpdate
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public boolean performWriteSkewCheck(DataContainer container, PersistenceManager persistenceManager, TxInvocationContext ctx, EntryVersion versionSeen, VersionGenerator versionGenerator, TimeService timeService)
public EntryVersion getVersion()
getVersion
in interface Versioned
public void setVersion(EntryVersion version)
Versioned
setVersion
in interface Versioned
version
- version to setpublic boolean isNull()
CacheEntry
isNull
in interface CacheEntry
isNull
in class RepeatableReadEntry
public ClusteredRepeatableReadEntry clone()
clone
in interface CacheEntry
clone
in class RepeatableReadEntry
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.