Uses of Class
org.infinispan.client.hotrod.impl.operations.OperationsFactory
-
Packages that use OperationsFactory Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.iteration org.infinispan.client.hotrod.impl.protocol -
-
Uses of OperationsFactory in org.infinispan.client.hotrod.impl
Fields in org.infinispan.client.hotrod.impl declared as OperationsFactory Modifier and Type Field Description protected OperationsFactory
RemoteCacheImpl. operationsFactory
Methods in org.infinispan.client.hotrod.impl that return OperationsFactory Modifier and Type Method Description OperationsFactory
RemoteCacheImpl. getOperationsFactory()
Methods in org.infinispan.client.hotrod.impl with parameters of type OperationsFactory Modifier and Type Method Description void
RemoteCacheImpl. init(org.infinispan.commons.marshall.Marshaller marshaller, OperationsFactory operationsFactory, int estimateKeySize, int estimateValueSize, int batchSize)
Constructors in org.infinispan.client.hotrod.impl with parameters of type OperationsFactory Constructor Description RemoteCacheManagerAdminImpl(RemoteCacheManager cacheManager, OperationsFactory operationsFactory, EnumSet<org.infinispan.commons.api.CacheContainerAdmin.AdminFlag> flags, Consumer<String> remover)
-
Uses of OperationsFactory in org.infinispan.client.hotrod.impl.iteration
Constructors in org.infinispan.client.hotrod.impl.iteration with parameters of type OperationsFactory Constructor Description RemoteCloseableIterator(OperationsFactory operationsFactory, org.infinispan.commons.marshall.Marshaller marshaller, int batchSize, Set<Integer> segments, boolean metadata, DataFormat dataFormat)
RemoteCloseableIterator(OperationsFactory operationsFactory, org.infinispan.commons.marshall.Marshaller marshaller, String filterConverterFactory, byte[][] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat)
-
Uses of OperationsFactory in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type OperationsFactory Modifier and Type Method Description default <K> org.infinispan.commons.util.CloseableIterator<K>
Codec. keyIterator(RemoteCache<K,?> remoteCache, OperationsFactory operationsFactory, int batchSize)
Creates a key iterator with the given batch size if applicable.<K> org.infinispan.commons.util.CloseableIterator<K>
Codec12. keyIterator(RemoteCache<K,?> remoteCache, OperationsFactory operationsFactory, int batchSize)
<K> org.infinispan.commons.util.CloseableIterator<K>
Codec20. keyIterator(RemoteCache<K,?> remoteCache, OperationsFactory operationsFactory, int batchSize)
<K> org.infinispan.commons.util.CloseableIterator<K>
Codec23. keyIterator(RemoteCache<K,?> remoteCache, OperationsFactory operationsFactory, int batchSize)
<K> org.infinispan.commons.util.CloseableIterator<K>
Codec27. keyIterator(RemoteCache<K,?> remoteCache, OperationsFactory operationsFactory, int batchSize)
-