Package | Description |
---|---|
org.infinispan.cli.interpreter.logging | |
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.lucene.logging | |
org.infinispan.persistence.jdbc.logging | |
org.infinispan.persistence.leveldb.logging | |
org.infinispan.persistence.remote.logging | |
org.infinispan.server.core.logging | |
org.infinispan.server.memcached.logging | |
org.infinispan.server.websocket.logging | |
org.infinispan.stats.logging | |
org.infinispan.transaction.impl | |
org.infinispan.transaction.synchronization | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery | |
org.infinispan.tree.logging | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
LocalTxInvocationContext |
NonTransactionalInvocationContextFactory.createTxInvocationContext(LocalTransaction localTransaction) |
LocalTxInvocationContext |
InvocationContextFactory.createTxInvocationContext(LocalTransaction localTransaction)
Returns a
LocalTxInvocationContext . |
LocalTxInvocationContext |
TransactionalInvocationContextFactory.createTxInvocationContext(LocalTransaction localTransaction) |
Constructor and Description |
---|
LocalTxInvocationContext(LocalTransaction localTransaction) |
Modifier and Type | Method and Description |
---|---|
LocalTransaction |
TxInterceptor.enlist(TxInvocationContext ctx)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected TxInvocationContext<LocalTransaction> |
TransactionAwareCloseableIterable.ctx |
Constructor and Description |
---|
TransactionAwareCloseableIterable(CloseableIterable<CacheEntry<K,C>> iterable,
KeyValueFilter<? super K,? super V> filter,
Converter<? super K,? super V,? extends C> converter,
TxInvocationContext<LocalTransaction> ctx,
Cache<K,?> cache) |
TransactionAwareCloseableIterator(CloseableIterator<CacheEntry<K,V>> realIterator,
KeyValueFilter<? super K,? super V> filter,
Converter<? super K,? super V,? extends C> converter,
TxInvocationContext<LocalTransaction> ctx,
Cache<K,V> cache) |
TransactionAwareEntryIterable(EntryIterable<K,V> entryIterable,
KeyValueFilter<? super K,? super V> filter,
TxInvocationContext<LocalTransaction> ctx,
Cache<K,V> cache) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
void |
JavaLog_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
void |
JavaLog_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
LocalTransaction |
TransactionTable.getLocalTransaction(GlobalTransaction txId)
Looks up a LocalTransaction given a GlobalTransaction.
|
LocalTransaction |
TransactionTable.getLocalTransaction(Transaction tx) |
LocalTransaction |
TransactionTable.getOrCreateLocalTransaction(Transaction transaction,
boolean implicitTransaction)
Returns the
TransactionXaAdapter corresponding to the supplied transaction. |
Modifier and Type | Method and Description |
---|---|
Collection<LocalTransaction> |
TransactionTable.getLocalTransactions() |
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionCoordinator.commit(LocalTransaction localTransaction,
boolean isOnePhase) |
void |
TransactionTable.enlist(Transaction transaction,
LocalTransaction localTransaction) |
boolean |
TransactionCoordinator.is1PcForAutoCommitTransaction(LocalTransaction localTransaction) |
void |
TransactionTable.localTransactionPrepared(LocalTransaction localTransaction) |
int |
TransactionCoordinator.prepare(LocalTransaction localTransaction) |
int |
TransactionCoordinator.prepare(LocalTransaction localTransaction,
boolean replayEntryWrapping) |
protected void |
AbstractEnlistmentAdapter.releaseLocksForCompletedTransaction(LocalTransaction localTransaction,
boolean committedInOnePhase) |
boolean |
TransactionTable.removeLocalTransaction(LocalTransaction localTransaction)
Removes the
TransactionXaAdapter corresponding to the given tx. |
void |
TransactionCoordinator.rollback(LocalTransaction localTransaction) |
Modifier and Type | Class and Description |
---|---|
class |
SyncLocalTransaction
LocalTransaction implementation to be used with SynchronizationAdapter . |
Constructor and Description |
---|
SynchronizationAdapter(LocalTransaction localTransaction,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable transactionTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration,
PartitionHandlingManager partitionHandlingManager) |
Modifier and Type | Class and Description |
---|---|
class |
LocalXaTransaction
LocalTransaction implementation to be used with TransactionXaAdapter . |
Modifier and Type | Method and Description |
---|---|
LocalTransaction |
TransactionFactory.newLocalTransaction(Transaction tx,
GlobalTransaction gtx,
boolean implicitTransaction,
int topologyId) |
abstract LocalTransaction |
TransactionFactory.TxFactoryEnum.newLocalTransaction(Transaction tx,
GlobalTransaction gtx,
boolean implicitTransaction,
int topologyId,
Equivalence<Object> keyEquivalence,
long txCreationTime) |
Modifier and Type | Method and Description |
---|---|
void |
XaTransactionTable.enlist(Transaction transaction,
LocalTransaction ltx) |
boolean |
XaTransactionTable.removeLocalTransaction(LocalTransaction localTx) |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryAwareLocalTransaction
Extends
LocalXaTransaction and adds recovery related information. |
Modifier and Type | Method and Description |
---|---|
void |
RecoveryAwareTransactionTable.localTransactionPrepared(LocalTransaction localTransaction) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction arg0,
Throwable arg1) |
Modifier and Type | Method and Description |
---|---|
void |
Log.couldNotRollbackPrepared1PcTransaction(LocalTransaction localTransaction,
Throwable e1) |
void |
Log_$logger.couldNotRollbackPrepared1PcTransaction(LocalTransaction localTransaction,
Throwable e1) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.