public class IncrementalVersionableEntryFactoryImpl extends EntryFactoryImpl
EntryFactory.WrapuseRepeatableRead| Constructor and Description |
|---|
IncrementalVersionableEntryFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected MVCCEntry |
createWrappedEntry(Object key,
CacheEntry cacheEntry,
InvocationContext context,
boolean skipRead) |
void |
injectVersionGenerator(VersionGenerator versionGenerator) |
boolean |
wrapExternalEntry(InvocationContext ctx,
Object key,
CacheEntry externalEntry,
EntryFactory.Wrap wrap,
boolean skipRead)
Insert an external entry (e.g.
|
init, injectDependencies, wrapEntryForClear, wrapEntryForDelta, wrapEntryForPut, wrapEntryForReading, wrapEntryForRemove, wrapEntryForReplace, wrapEntryForWritingpublic IncrementalVersionableEntryFactoryImpl()
public void injectVersionGenerator(VersionGenerator versionGenerator)
protected MVCCEntry createWrappedEntry(Object key, CacheEntry cacheEntry, InvocationContext context, boolean skipRead)
createWrappedEntry in class EntryFactoryImplpublic boolean wrapExternalEntry(InvocationContext ctx, Object key, CacheEntry externalEntry, EntryFactory.Wrap wrap, boolean skipRead)
EntryFactorywrapExternalEntry in interface EntryFactorywrapExternalEntry in class EntryFactoryImpltrue if the context entry was modified, false otherwise.Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.