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>
public class TransactionalRemoteCacheImpl<K,V> extends RemoteCacheImpl<K,V>
-
-
Constructor Summary
Constructors Constructor Description TransactionalRemoteCacheImpl(HotRodTransport hotRodTransport, String name, boolean recoveryEnabled, javax.transaction.TransactionManager transactionManager, TransactionTable transactionTable, org.infinispan.commons.time.TimeService timeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.transaction.TransactionManagergetTransactionManager()booleanisTransactional()-
Methods 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, withDataFormat
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.hotrod.impl.cache.RemoteCache
retrieveEntries
-
-
-
-
Constructor Detail
-
TransactionalRemoteCacheImpl
public TransactionalRemoteCacheImpl(HotRodTransport hotRodTransport, String name, boolean recoveryEnabled, javax.transaction.TransactionManager transactionManager, TransactionTable transactionTable, org.infinispan.commons.time.TimeService timeService)
-
-
Method Detail
-
getTransactionManager
public javax.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>
-
-