JavaScript is disabled on your browser.
Description
Nested Class Summary
Method Summary
Method Details
keyIterator(IntSet)
entryIterator(IntSet)
removeEntry(Map.Entry)
removeEntry(K, V)
getWithMetadataAsync(K, SocketAddress)
withFlags(Flag...)
withDataFormat(DataFormat)
hasForceReturnFlag()
resolveStorage(boolean)
resolveStorage(MediaType, MediaType, boolean)
clientStatistics()
init(OperationsFactory, Configuration, ObjectName)
init(OperationsFactory, Configuration)
getOperationsFactory()
isObjectStorage()
keyToBytes(Object)
ping()
addNearCacheListener(Object, int)
updateBloomFilter()
All Superinterfaces:
AsyncCache <K,V> , BasicCache <K,V> , ConcurrentMap <K,V> , Lifecycle , Map <K,V> , RemoteCache <K,V> , TransactionalCache
All Known Implementing Classes:
DelegatingRemoteCache , InvalidatedNearRemoteCache , RemoteCacheImpl
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry <K ,V >
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
Add a client listener to handle near cache with bloom filter optimization
The listener object must be annotated with @
ClientListener annotation.
Returns client-side statistics for this cache.
org.infinispan.client.hotrod.impl.operations.OperationsFactory
org.infinispan.client.hotrod.impl.operations.RetryAwareCompletionStage<MetadataValue <V >>
boolean
void
init (org.infinispan.client.hotrod.impl.operations.OperationsFactory operationsFactory,
Configuration configuration)
void
init (org.infinispan.client.hotrod.impl.operations.OperationsFactory operationsFactory,
Configuration configuration,
ObjectName jmxParent)
boolean
byte[]
default boolean
default boolean
void
default void
Sends the current bloom filter to the listener node where a near cache listener is installed.
Applies one or more
Flags to the scope of a single invocation.
Methods inherited from interface org.infinispan.commons.api.AsyncCache
clearAsync , computeAsync , computeAsync , computeAsync , computeIfAbsentAsync , computeIfAbsentAsync , computeIfAbsentAsync , computeIfPresentAsync , computeIfPresentAsync , computeIfPresentAsync , containsKeyAsync , getAllAsync , getAsync , mergeAsync , mergeAsync , mergeAsync , putAsync , putAsync , putAsync , putIfAbsentAsync , putIfAbsentAsync , putIfAbsentAsync , removeAsync , removeAsync , replaceAsync , replaceAsync , replaceAsync , replaceAsync , replaceAsync , replaceAsync , sizeAsync
Methods inherited from interface org.infinispan.commons.api.BasicCache
compute , compute , computeIfAbsent , computeIfAbsent , computeIfPresent , computeIfPresent , continuousQuery , getName , getVersion , merge , merge , put , put , put , putIfAbsent , putIfAbsent , query , replace , replace
Methods inherited from interface org.infinispan.client.hotrod.RemoteCache
addClientListener , addClientListener , entrySet , entrySet , execute , execute , execute , getAll , getCacheTopologyInfo , getDataFormat , getProtocolVersion , getRemoteCacheContainer , getRemoteCacheManager , getWithMetadata , getWithMetadataAsync , isTransactional , keySet , keySet , publishEntries , publishEntriesByQuery , publishEntriesWithMetadata , putAll , putAll , putAll , putAllAsync , putAllAsync , putAllAsync , remove , remove , removeClientListener , removeWithVersion , removeWithVersionAsync , replace , replace , replace , replaceWithVersion , replaceWithVersion , replaceWithVersion , replaceWithVersion , replaceWithVersionAsync , replaceWithVersionAsync , replaceWithVersionAsync , replaceWithVersionAsync , retrieveEntries , retrieveEntries , retrieveEntries , retrieveEntriesByQuery , retrieveEntriesWithMetadata , serverStatistics , serverStatisticsAsync , streaming , values , values