Interface RemoteCache<K,V>

All Superinterfaces:
org.infinispan.commons.api.AsyncCache<K,V>, org.infinispan.commons.api.BasicCache<K,V>, ConcurrentMap<K,V>, org.infinispan.commons.api.Lifecycle, Map<K,V>, org.infinispan.client.hotrod.RemoteCache<K,V>, org.infinispan.commons.api.TransactionalCache

public interface RemoteCache<K,V> extends org.infinispan.client.hotrod.RemoteCache<K,V>
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.Map

    Map.Entry<K extends Object,V extends Object>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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, getName, getVersion, merge, merge, put, put, put, putIfAbsent, putIfAbsent, replace, replace

    Methods inherited from interface java.util.concurrent.ConcurrentMap

    compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, replace, replaceAll

    Methods inherited from interface org.infinispan.commons.api.Lifecycle

    start, stop

    Methods inherited from interface java.util.Map

    clear, containsKey, containsValue, equals, get, hashCode, isEmpty, size

    Methods inherited from interface org.infinispan.client.hotrod.RemoteCache

    addClientListener, addClientListener, clientStatistics, entrySet, entrySet, execute, execute, execute, getAll, getCacheTopologyInfo, getDataFormat, getListeners, getProtocolVersion, 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, stats, streaming, values, values, withDataFormat, withFlags

    Methods inherited from interface org.infinispan.commons.api.TransactionalCache

    getTransactionManager
  • Method Details

    • getRemoteCacheContainer

      RemoteCacheContainer getRemoteCacheContainer()
      Specified by:
      getRemoteCacheContainer in interface org.infinispan.client.hotrod.RemoteCache<K,V>