Uses of Class
org.infinispan.hotrod.impl.operations.CacheOperationsFactory
Packages that use CacheOperationsFactory
Package
Description
-
Uses of CacheOperationsFactory in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return CacheOperationsFactoryModifier and TypeMethodDescriptionHotRodTransport.createCacheOperationFactory(String cacheName, ClientStatistics stats) Methods in org.infinispan.hotrod.impl with parameters of type CacheOperationsFactoryModifier and TypeMethodDescriptionstatic 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 CacheOperationsFactoryModifier and TypeMethodDescriptionDelegatingRemoteCache.getOperationsFactory()RemoteCache.getOperationsFactory()RemoteCacheImpl.getOperationsFactory() -
Uses of CacheOperationsFactory in org.infinispan.hotrod.impl.iteration
Constructors in org.infinispan.hotrod.impl.iteration with parameters of type CacheOperationsFactoryModifierConstructorDescriptionRemotePublisher(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 CacheOperationsFactoryModifier and TypeMethodDescriptiondefault <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) -
Uses of CacheOperationsFactory in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty that return CacheOperationsFactory