Package | Description |
---|---|
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.interceptors.distribution | |
org.infinispan.stream.impl.tx |
Modifier and Type | Method and Description |
---|---|
LocalTxInvocationContext |
InvocationContextFactory.createTxInvocationContext(LocalTransaction localTransaction)
Returns a
LocalTxInvocationContext . |
LocalTxInvocationContext |
NonTransactionalInvocationContextFactory.createTxInvocationContext(LocalTransaction localTransaction) |
LocalTxInvocationContext |
TransactionalInvocationContextFactory.createTxInvocationContext(LocalTransaction localTransaction) |
Modifier and Type | Method and Description |
---|---|
protected void |
TxDistributionInterceptor.checkTxCommandResponses(Map<Address,Response> responseMap,
TransactionBoundaryCommand command,
LocalTxInvocationContext context,
Collection<Address> recipients)
Deprecated.
|
Constructor and Description |
---|
TxClusterStreamManager(ClusterStreamManager<K> manager,
LocalTxInvocationContext ctx,
ConsistentHash hash) |
TxDistributedCacheStream(Address localAddress,
boolean parallel,
DistributionManager dm,
Supplier<CacheStream<CacheEntry<K,V>>> supplier,
TxClusterStreamManager<?> csm,
boolean includeLoader,
int distributedBatchSize,
Executor executor,
ComponentRegistry registry,
Function<? super CacheEntry<K,V>,R> function,
LocalTxInvocationContext ctx) |
TxDistributedCacheStream(Address localAddress,
boolean parallel,
DistributionManager dm,
Supplier<CacheStream<CacheEntry<K,V>>> supplier,
TxClusterStreamManager<?> csm,
boolean includeLoader,
int distributedBatchSize,
Executor executor,
ComponentRegistry registry,
LocalTxInvocationContext ctx) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.