public class NullMarkerEntry extends NullMarkerEntryForRemoval
ReadCommittedEntry.Flags
flags, key, oldValue, value
Modifier and Type | Method and Description |
---|---|
void |
copyForUpdate(DataContainer d,
boolean localModeWriteSkewCheck)
A no-op.
|
static NullMarkerEntry |
getInstance() |
isLockPlaceholder, isNull, isRemoved, isValid, setLockPlaceholder
performLocalWriteSkewCheck
commit, getKey, getLifespan, getMaxIdle, getValue, getVersion, isChanged, isCreated, isEvicted, isFlagSet, rollback, setChanged, setCreated, setEvicted, setFlag, setLifespan, setMaxIdle, setRemoved, setValid, setValue, setVersion, toString, undelete, unsetFlag
public static NullMarkerEntry getInstance()
public final void copyForUpdate(DataContainer d, boolean localModeWriteSkewCheck)
copyForUpdate
in interface MVCCEntry
copyForUpdate
in class RepeatableReadEntry
d
- data containerlocalModeWriteSkewCheck
- if true, write skews are tested for and exceptions are thrown if detected. Only applicable
to IsolationLevel.REPEATABLE_READ
.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.