Class TransactionalRemoteCacheImpl<K,V>
java.lang.Object
org.infinispan.hotrod.impl.cache.RemoteCacheImpl<K,V>
org.infinispan.hotrod.impl.transaction.TransactionalRemoteCacheImpl<K,V>
- All Implemented Interfaces:
AutoCloseable,RemoteCache<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionalRemoteCacheImpl(HotRodTransport hotRodTransport, String name, boolean recoveryEnabled, jakarta.transaction.TransactionManager transactionManager, TransactionTable transactionTable, org.infinispan.commons.time.TimeService timeService) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.transaction.TransactionManagerbooleanMethods inherited from class org.infinispan.hotrod.impl.cache.RemoteCacheImpl
addNearCacheListener, assertRemoteCacheManagerIsStarted, clear, close, configuration, entries, estimateSize, get, getAll, getAll, getAndRemove, getAndRemoveAll, getAndRemoveAll, getClientStatistics, getDataFormat, getEntry, getEntry, getHotRodTransport, getName, getOperationsFactory, getOrReplaceEntry, isObjectStorage, keyAsObjectIfNeeded, keys, keyToBytes, listen, ping, process, processAll, publishEntries, publishEntriesByQuery, publishEntriesWithMetadata, put, putAll, putAll, putIfAbsent, remove, remove, removeAll, removeAll, replace, resolveStorage, retrieveEntries, retrieveEntriesByQuery, retrieveEntriesWithMetadata, set, setIfAbsent, toString, updateBloomFilter, valueToBytes, withDataFormatMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.hotrod.impl.cache.RemoteCache
retrieveEntries
-
Constructor Details
-
TransactionalRemoteCacheImpl
public TransactionalRemoteCacheImpl(HotRodTransport hotRodTransport, String name, boolean recoveryEnabled, jakarta.transaction.TransactionManager transactionManager, TransactionTable transactionTable, org.infinispan.commons.time.TimeService timeService)
-
-
Method Details
-
getTransactionManager
public jakarta.transaction.TransactionManager getTransactionManager()- Specified by:
getTransactionManagerin interfaceRemoteCache<K,V> - Overrides:
getTransactionManagerin classRemoteCacheImpl<K,V>
-
isTransactional
public boolean isTransactional()- Specified by:
isTransactionalin interfaceRemoteCache<K,V> - Overrides:
isTransactionalin classRemoteCacheImpl<K,V>
-