Package | Description |
---|---|
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.versioning | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.compat | |
org.infinispan.interceptors.locking | |
org.infinispan.transaction.impl | |
org.infinispan.transaction.xa |
XA transaction support.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalVersionableEntryFactoryImpl.injectVersionGenerator(VersionGenerator versionGenerator) |
Modifier and Type | Method and Description |
---|---|
boolean |
ClusteredRepeatableReadEntry.performWriteSkewCheck(DataContainer container,
PersistenceManager persistenceManager,
TxInvocationContext ctx,
EntryVersion versionSeen,
VersionGenerator versionGenerator,
TimeService timeService) |
Modifier and Type | Class and Description |
---|---|
class |
NumericVersionGenerator
Generates unique numeric versions for both local and clustered environments.
|
class |
SimpleClusteredVersionGenerator
A version generator implementation for SimpleClusteredVersions
|
Modifier and Type | Method and Description |
---|---|
VersionGenerator |
ComponentRegistry.getVersionGenerator()
Caching shortcut for #getLocalComponent(VersionGenerator.class)
|
Modifier and Type | Field and Description |
---|---|
protected VersionGenerator |
VersionedEntryWrappingInterceptor.versionGenerator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionedEntryWrappingInterceptor.initialize(VersionGenerator versionGenerator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseTypeConverterInterceptor.init(InternalEntryFactory entryFactory,
VersionGenerator versionGenerator,
Cache<K,V> cache)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EntryVersionsMap |
ClusteringDependentLogic.createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator,
TxInvocationContext context,
VersionedPrepareCommand prepareCommand) |
EntryVersionsMap |
ClusteringDependentLogic.AbstractClusteringDependentLogic.createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator,
TxInvocationContext context,
VersionedPrepareCommand prepareCommand) |
EntryVersionsMap |
ClusteringDependentLogic.LocalLogic.createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator,
TxInvocationContext context,
VersionedPrepareCommand prepareCommand) |
Modifier and Type | Method and Description |
---|---|
static EntryVersionsMap |
WriteSkewHelper.performTotalOrderWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand,
DataContainer dataContainer,
PersistenceManager persistenceManager,
VersionGenerator versionGenerator,
TxInvocationContext context,
WriteSkewHelper.KeySpecificLogic ksl,
TimeService timeService) |
static EntryVersionsMap |
WriteSkewHelper.performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand,
DataContainer dataContainer,
PersistenceManager persistenceManager,
VersionGenerator versionGenerator,
TxInvocationContext context,
WriteSkewHelper.KeySpecificLogic ksl,
TimeService timeService) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionFactory.init(Configuration configuration,
VersionGenerator clusterIdGenerator,
TimeService timeService) |
abstract GlobalTransaction |
TransactionFactory.TxFactoryEnum.newGlobalTransaction(Address addr,
boolean remote,
VersionGenerator clusterIdGenerator,
boolean clustered) |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.