Package | Description |
---|---|
org.infinispan.container |
Data containers which store cache entries.
|
Modifier and Type | Method and Description |
---|---|
static EntryFactory.Wrap |
EntryFactory.Wrap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryFactory.Wrap[] |
EntryFactory.Wrap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MVCCEntry |
EntryFactoryImpl.wrapEntryForWriting(InvocationContext ctx,
Object key,
EntryFactory.Wrap wrap,
boolean skipRead,
boolean ignoreOwnership) |
MVCCEntry |
EntryFactory.wrapEntryForWriting(InvocationContext ctx,
Object key,
EntryFactory.Wrap wrap,
boolean skipRead,
boolean ignoreOwnership)
Insert an entry that exists in the data container into the context.
|
boolean |
EntryFactoryImpl.wrapExternalEntry(InvocationContext ctx,
Object key,
CacheEntry externalEntry,
EntryFactory.Wrap wrap,
boolean skipRead) |
boolean |
IncrementalVersionableEntryFactoryImpl.wrapExternalEntry(InvocationContext ctx,
Object key,
CacheEntry externalEntry,
EntryFactory.Wrap wrap,
boolean skipRead) |
boolean |
EntryFactory.wrapExternalEntry(InvocationContext ctx,
Object key,
CacheEntry externalEntry,
EntryFactory.Wrap wrap,
boolean skipRead)
Insert an external entry (e.g.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.