Uses of Class
org.infinispan.hotrod.impl.operations.CacheOperationsFactory
-
Packages that use CacheOperationsFactory Package Description org.infinispan.hotrod.impl org.infinispan.hotrod.impl.cache org.infinispan.hotrod.impl.iteration org.infinispan.hotrod.impl.protocol -
-
Uses of CacheOperationsFactory in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return CacheOperationsFactory Modifier and Type Method Description CacheOperationsFactoryHotRodTransport. createCacheOperationFactory(String cacheName, ClientStatistics stats)Methods in org.infinispan.hotrod.impl with parameters of type CacheOperationsFactory Modifier and Type Method Description static CompletionStage<Boolean>Util. checkTransactionSupport(String cacheName, CacheOperationsFactory factory) -
Uses of CacheOperationsFactory in org.infinispan.hotrod.impl.cache
Methods in org.infinispan.hotrod.impl.cache that return CacheOperationsFactory Modifier and Type Method Description CacheOperationsFactoryDelegatingRemoteCache. getOperationsFactory()CacheOperationsFactoryRemoteCache. getOperationsFactory()CacheOperationsFactoryRemoteCacheImpl. getOperationsFactory() -
Uses of CacheOperationsFactory in org.infinispan.hotrod.impl.iteration
Constructors in org.infinispan.hotrod.impl.iteration with parameters of type CacheOperationsFactory Constructor Description RemotePublisher(CacheOperationsFactory cacheOperationsFactory, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat) -
Uses of CacheOperationsFactory in org.infinispan.hotrod.impl.protocol
Methods in org.infinispan.hotrod.impl.protocol with parameters of type CacheOperationsFactory Modifier and Type Method Description default <K> org.infinispan.commons.util.CloseableIterator<K>Codec. keyIterator(RemoteCache<K,?> remoteCache, CacheOperationsFactory cacheOperationsFactory, org.infinispan.api.common.CacheOptions options, org.infinispan.commons.util.IntSet segments, int batchSize)Creates a key iterator with the given batch size if applicable.<K> org.infinispan.commons.util.CloseableIterator<K>Codec40. keyIterator(RemoteCache<K,?> remoteCache, CacheOperationsFactory cacheOperationsFactory, org.infinispan.api.common.CacheOptions options, org.infinispan.commons.util.IntSet segments, int batchSize)
-