public class IncrementalVersionableEntryFactoryImpl extends EntryFactoryImpl
EntryFactory.Wrap
useRepeatableRead
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, wrapEntryForWriting
public IncrementalVersionableEntryFactoryImpl()
public void injectVersionGenerator(VersionGenerator versionGenerator)
protected MVCCEntry createWrappedEntry(Object key, CacheEntry cacheEntry, InvocationContext context, boolean skipRead)
createWrappedEntry
in class EntryFactoryImpl
public boolean wrapExternalEntry(InvocationContext ctx, Object key, CacheEntry externalEntry, EntryFactory.Wrap wrap, boolean skipRead)
EntryFactory
wrapExternalEntry
in interface EntryFactory
wrapExternalEntry
in class EntryFactoryImpl
true
if the context entry was modified, false
otherwise.Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.