public class NullMarkerEntryForRemoval extends RepeatableReadEntry
ReadCommittedEntry.Flagsflags, key, oldValue, value| Constructor and Description |
|---|
NullMarkerEntryForRemoval(Object key,
EntryVersion version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLockPlaceholder() |
boolean |
isNull()
Tests whether the entry represents a null value, typically used for repeatable read.
|
boolean |
isRemoved() |
boolean |
isValid() |
void |
setLockPlaceholder(boolean placeholder)
Marks an entry as a lock placeholder
|
copyForUpdate, performLocalWriteSkewCheckcommit, getKey, getLifespan, getMaxIdle, getValue, getVersion, isChanged, isCreated, isEvicted, isFlagSet, rollback, setChanged, setCreated, setEvicted, setFlag, setLifespan, setMaxIdle, setRemoved, setValid, setValue, setVersion, toString, undelete, unsetFlagpublic NullMarkerEntryForRemoval(Object key, EntryVersion version)
public final boolean isNull()
CacheEntryisNull in interface CacheEntryisNull in class ReadCommittedEntrypublic final boolean isRemoved()
isRemoved in interface CacheEntryisRemoved in class ReadCommittedEntrypublic final boolean isValid()
isValid in interface CacheEntryisValid in class ReadCommittedEntrypublic boolean isLockPlaceholder()
isLockPlaceholder in interface CacheEntryisLockPlaceholder in class ReadCommittedEntrypublic void setLockPlaceholder(boolean placeholder)
MVCCEntrysetLockPlaceholder in interface MVCCEntrysetLockPlaceholder in class ReadCommittedEntryplaceholder - if true, the entry is marked as a lock placeholder. If false, the entry is un-marked as a placeholder.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.