Uses of Interface
org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory
Packages that use CacheOperationsFactory
Package
Description
-
Uses of CacheOperationsFactory in org.infinispan.client.hotrod.impl
Fields in org.infinispan.client.hotrod.impl declared as CacheOperationsFactoryModifier and TypeFieldDescriptionprotected final CacheOperationsFactoryRemoteCacheImpl.operationsFactoryMethods in org.infinispan.client.hotrod.impl that return CacheOperationsFactoryModifier and TypeMethodDescriptionDelegatingRemoteCache.getOperationsFactory()InternalRemoteCache.getOperationsFactory()InvalidatedNearRemoteCache.getOperationsFactory()RemoteCacheImpl.getOperationsFactory()Methods in org.infinispan.client.hotrod.impl that return types with arguments of type CacheOperationsFactoryModifier and TypeMethodDescriptionstatic <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> ClientStatistics.functionFor(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> delegate) Method parameters in org.infinispan.client.hotrod.impl with type arguments of type CacheOperationsFactoryModifier and TypeMethodDescriptionstatic <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> ClientStatistics.functionFor(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> delegate) Constructor parameters in org.infinispan.client.hotrod.impl with type arguments of type CacheOperationsFactoryModifierConstructorDescriptionRemoteCacheImpl(RemoteCacheManager rcm, String name, org.infinispan.commons.time.TimeService timeService, Function<InternalRemoteCache<K, V>, CacheOperationsFactory> factoryFunction) RemoteCacheImpl(RemoteCacheManager rcm, String name, org.infinispan.commons.time.TimeService timeService, NearCacheService<K, V> nearCacheService, Function<InternalRemoteCache<K, V>, CacheOperationsFactory> factoryFunction) -
Uses of CacheOperationsFactory in org.infinispan.client.hotrod.impl.iteration
Constructors in org.infinispan.client.hotrod.impl.iteration with parameters of type CacheOperationsFactoryModifierConstructorDescriptionRemotePublisher(CacheOperationsFactory operationsFactory, OperationDispatcher dispatcher, String filterConverterFactory, Object[] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat) -
Uses of CacheOperationsFactory in org.infinispan.client.hotrod.impl.operations
Classes in org.infinispan.client.hotrod.impl.operations that implement CacheOperationsFactoryModifier and TypeClassDescriptionfinal classclassclassclassclassMethods in org.infinispan.client.hotrod.impl.operations that return CacheOperationsFactoryModifier and TypeMethodDescriptionCacheOperationsFactory.newFactoryFor(InternalRemoteCache<?, ?> internalRemoteCache) DefaultCacheOperationsFactory.newFactoryFor(InternalRemoteCache<?, ?> internalRemoteCache) final CacheOperationsFactoryDelegatingCacheOperationsFactory.newFactoryFor(InternalRemoteCache<?, ?> internalRemoteCache) Methods in org.infinispan.client.hotrod.impl.operations with parameters of type CacheOperationsFactoryModifier and TypeMethodDescriptionprotected abstract DelegatingCacheOperationsFactoryDelegatingCacheOperationsFactory.newFactoryFor(CacheOperationsFactory factory) protected DelegatingCacheOperationsFactoryObjectRoutingCacheOperationsFactory.newFactoryFor(CacheOperationsFactory factory) protected DelegatingCacheOperationsFactoryServerRoutingCacheOperationsFactory.newFactoryFor(CacheOperationsFactory factory) protected DelegatingCacheOperationsFactoryStatsOperationsFactory.newFactoryFor(CacheOperationsFactory factory) Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type CacheOperationsFactoryModifierConstructorDescriptionStatsOperationsFactory(CacheOperationsFactory delegate, ClientStatistics statistics) -
Uses of CacheOperationsFactory in org.infinispan.client.hotrod.impl.transaction
Constructor parameters in org.infinispan.client.hotrod.impl.transaction with type arguments of type CacheOperationsFactoryModifierConstructorDescriptionTransactionalRemoteCacheImpl(RemoteCacheManager rcm, String name, boolean recoveryEnabled, jakarta.transaction.TransactionManager transactionManager, TransactionTable transactionTable, org.infinispan.commons.time.TimeService timeService, Function<InternalRemoteCache<K, V>, CacheOperationsFactory> factoryFunction) -
Uses of CacheOperationsFactory in org.infinispan.client.hotrod.telemetry.impl
Classes in org.infinispan.client.hotrod.telemetry.impl that implement CacheOperationsFactoryMethods in org.infinispan.client.hotrod.telemetry.impl that return types with arguments of type CacheOperationsFactoryModifier and TypeMethodDescription<K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> NoOpTelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> TelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> TelemetryServiceImpl.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) Methods in org.infinispan.client.hotrod.telemetry.impl with parameters of type CacheOperationsFactoryModifier and TypeMethodDescriptionprotected DelegatingCacheOperationsFactoryTelemetryCacheOperationsFactory.newFactoryFor(CacheOperationsFactory factory) Method parameters in org.infinispan.client.hotrod.telemetry.impl with type arguments of type CacheOperationsFactoryModifier and TypeMethodDescription<K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> NoOpTelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> TelemetryService.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) <K,V> Function <InternalRemoteCache<K, V>, CacheOperationsFactory> TelemetryServiceImpl.wrapWithTelemetry(Function<InternalRemoteCache<K, V>, CacheOperationsFactory> function) Constructors in org.infinispan.client.hotrod.telemetry.impl with parameters of type CacheOperationsFactory