| Package | Description |
|---|---|
| org.infinispan.client.hotrod.impl | |
| org.infinispan.client.hotrod.impl.query | |
| org.infinispan.client.hotrod.impl.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRemoteCache<K,V>
Delegates all invocations to the provided underlying
InternalRemoteCache but provides extensibility to intercept
when a method is invoked. |
class |
InvalidatedNearRemoteCache<K,V>
Near
RemoteCache implementation enabling |
class |
RemoteCacheImpl<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected InternalRemoteCache<K,V> |
DelegatingRemoteCache.delegate |
| Modifier and Type | Method and Description |
|---|---|
<T,U> InternalRemoteCache<T,U> |
DelegatingRemoteCache.withDataFormat(DataFormat dataFormat) |
<T,U> InternalRemoteCache<T,U> |
InternalRemoteCache.withDataFormat(DataFormat dataFormat) |
<T,U> InternalRemoteCache<T,U> |
RemoteCacheImpl.withDataFormat(DataFormat newDataFormat) |
InternalRemoteCache<K,V> |
DelegatingRemoteCache.withFlags(Flag... flags) |
InternalRemoteCache<K,V> |
InternalRemoteCache.withFlags(Flag... flags) |
InternalRemoteCache<K,V> |
RemoteCacheImpl.withFlags(Flag... flags) |
| Constructor and Description |
|---|
DelegatingRemoteCache(InternalRemoteCache<K,V> delegate) |
StreamingRemoteCacheImpl(InternalRemoteCache<K,?> cache) |
| Constructor and Description |
|---|
RemoteQueryFactory(InternalRemoteCache<?,?> cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalRemoteCacheImpl<K,V>
A
RemoteCache implementation that handles Transaction. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.