| Package | Description |
|---|---|
| org.infinispan.container.entries |
Entries which are stored in data containers.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.transaction.impl |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Boolean> |
VersionedRepeatableReadEntry.performWriteSkewCheck(EntryLoader entryLoader,
int segment,
TxInvocationContext ctx,
EntryVersion versionSeen,
VersionGenerator versionGenerator,
boolean rollingUpgrade) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheLoaderInterceptor<K,V> |
class |
ClusteredCacheLoaderInterceptor<K,V>
The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
|
class |
PassivationCacheLoaderInterceptor<K,V> |
class |
PassivationClusteredCacheLoaderInterceptor<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> EntryLoader<K,V> |
ClusteringDependentLogic.getEntryLoader() |
<K,V> EntryLoader<K,V> |
ClusteringDependentLogic.AbstractClusteringDependentLogic.getEntryLoader() |
<K,V> EntryLoader<K,V> |
OrderedClusteringDependentLogic.getEntryLoader() |
| Modifier and Type | Method and Description |
|---|---|
static CompletionStage<Map<Object,IncrementableEntryVersion>> |
WriteSkewHelper.performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand,
EntryLoader<?,?> entryLoader,
VersionGenerator versionGenerator,
TxInvocationContext<?> context,
WriteSkewHelper.KeySpecificLogic ksl,
KeyPartitioner keyPartitioner) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.