| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
Hot Rod client API.
|
| org.infinispan.client.hotrod.impl | |
| org.infinispan.client.hotrod.impl.multimap | |
| org.infinispan.client.hotrod.impl.transaction | |
| org.infinispan.client.hotrod.marshall | |
| org.infinispan.client.hotrod.multimap |
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheManager |
RemoteCache.getRemoteCacheManager()
Returns the
RemoteCacheManager that created this cache. |
| Modifier and Type | Method and Description |
|---|---|
static CounterManager |
RemoteCounterManagerFactory.asCounterManager(RemoteCacheManager cacheManager) |
void |
DataFormat.initialize(RemoteCacheManager remoteCacheManager,
boolean serverObjectStorage) |
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheManager |
DelegatingRemoteCache.getRemoteCacheManager() |
RemoteCacheManager |
RemoteCacheImpl.getRemoteCacheManager() |
| Constructor and Description |
|---|
RemoteCacheImpl(RemoteCacheManager rcm,
String name,
ClientStatistics clientStatistics) |
RemoteCacheImpl(RemoteCacheManager rcm,
String name,
TimeService timeService) |
RemoteCacheImpl(RemoteCacheManager rcm,
String name,
TimeService timeService,
NearCacheService<K,V> nearCacheService) |
RemoteCacheManagerAdminImpl(RemoteCacheManager cacheManager,
OperationsFactory operationsFactory,
EnumSet<CacheContainerAdmin.AdminFlag> flags,
Consumer<String> remover) |
| Constructor and Description |
|---|
RemoteMultimapCacheImpl(RemoteCacheManager rcm,
RemoteCache<K,Collection<V>> cache) |
| Constructor and Description |
|---|
TransactionalRemoteCacheImpl(RemoteCacheManager rcm,
String name,
boolean forceReturnValue,
boolean recoveryEnabled,
TransactionManager transactionManager,
TransactionTable transactionTable,
TimeService timeService) |
| Modifier and Type | Method and Description |
|---|---|
static org.infinispan.protostream.SerializationContext |
MarshallerUtil.getSerializationContext(RemoteCacheManager remoteCacheManager)
A convenience method to return the
SerializationContext associated with the ProtoStreamMarshaller
configured on the provided RemoteCacheManager. |
static org.infinispan.protostream.SerializationContext |
ProtoStreamMarshaller.getSerializationContext(RemoteCacheManager remoteCacheManager)
Deprecated.
since 10.0 and will be removed in the future. Use
MarshallerUtil.getSerializationContext(RemoteCacheManager)
instead. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MultimapCacheManager<K,V> |
RemoteMultimapCacheManagerFactory.from(RemoteCacheManager remoteCacheManager) |
| Constructor and Description |
|---|
RemoteMultimapCacheManager(RemoteCacheManager remoteCacheManager) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.