Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
org.infinispan.client.hotrod.configuration |
Hot Rod client configuration API.
|
org.infinispan.client.hotrod.impl |
Modifier and Type | Method and Description |
---|---|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode,
TransactionManager transactionManager) |
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionMode transactionMode)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionMode transactionMode,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
TransactionMode transactionMode,
TransactionManager transactionManager) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<TransactionMode> |
RemoteCacheConfiguration.TRANSACTION_MODE |
Modifier and Type | Method and Description |
---|---|
TransactionMode |
RemoteCacheConfiguration.transactionMode() |
TransactionMode |
TransactionConfiguration.transactionMode() |
static TransactionMode |
TransactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionMode[] |
TransactionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.transactionMode(TransactionMode mode)
The
TransactionMode in which a RemoteCache will be enlisted. |
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionMode(TransactionMode transactionMode)
The
TransactionMode in which a RemoteCache will be enlisted. |
Modifier and Type | Method and Description |
---|---|
TransactionMode |
ConfigurationProperties.getTransactionMode() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.