Uses of Class
org.infinispan.client.hotrod.impl.transport.netty.OperationDispatcher
Packages that use OperationDispatcher
Package
Description
Hot Rod client API.
-
Uses of OperationDispatcher in org.infinispan.client.hotrod
Fields in org.infinispan.client.hotrod declared as OperationDispatcherMethods in org.infinispan.client.hotrod that return OperationDispatcherModifier and TypeMethodDescriptionprotected OperationDispatcherRemoteCacheManager.getOperationDispatcher()This method is not a part of the public API. -
Uses of OperationDispatcher in org.infinispan.client.hotrod.counter.impl
Fields in org.infinispan.client.hotrod.counter.impl declared as OperationDispatcherMethods in org.infinispan.client.hotrod.counter.impl with parameters of type OperationDispatcherModifier and TypeMethodDescriptionvoidRemoteCounterManager.start(OperationDispatcher dispatcher, ClientListenerNotifier listenerNotifier) -
Uses of OperationDispatcher in org.infinispan.client.hotrod.impl
Fields in org.infinispan.client.hotrod.impl declared as OperationDispatcherMethods in org.infinispan.client.hotrod.impl that return OperationDispatcherModifier and TypeMethodDescriptionDelegatingRemoteCache.getDispatcher()InternalRemoteCache.getDispatcher()RemoteCacheImpl.getDispatcher()Methods in org.infinispan.client.hotrod.impl with parameters of type OperationDispatcherModifier and TypeMethodDescriptionstatic CompletionStage<Boolean> Util.checkTransactionSupport(String cacheName, ManagerOperationsFactory operationsFactory, OperationDispatcher dispatcher) static booleanUtil.checkTransactionSupport(String cacheName, ManagerOperationsFactory factory, OperationDispatcher dispatcher, Log log) voidDelegatingRemoteCache.init(Configuration configuration, OperationDispatcher dispatcher) voidDelegatingRemoteCache.init(Configuration configuration, OperationDispatcher dispatcher, ObjectName jmxParent) voidInternalRemoteCache.init(Configuration configuration, OperationDispatcher dispatcher) voidInternalRemoteCache.init(Configuration configuration, OperationDispatcher dispatcher, ObjectName jmxParent) voidRemoteCacheImpl.init(Configuration configuration, OperationDispatcher dispatcher) Inititalize without mbeansvoidRemoteCacheImpl.init(Configuration configuration, OperationDispatcher dispatcher, ObjectName jmxParent) Constructors in org.infinispan.client.hotrod.impl with parameters of type OperationDispatcherModifierConstructorDescriptionRemoteCacheManagerAdminImpl(RemoteCacheManager cacheManager, ManagerOperationsFactory operationsFactory, OperationDispatcher operationDispatcher, EnumSet<org.infinispan.commons.api.CacheContainerAdmin.AdminFlag> flags, Consumer<String> remover) -
Uses of OperationDispatcher in org.infinispan.client.hotrod.impl.iteration
Constructors in org.infinispan.client.hotrod.impl.iteration with parameters of type OperationDispatcherModifierConstructorDescriptionRemotePublisher(CacheOperationsFactory operationsFactory, OperationDispatcher dispatcher, String filterConverterFactory, Object[] filterParams, Set<Integer> segments, int batchSize, boolean metadata, DataFormat dataFormat) -
Uses of OperationDispatcher in org.infinispan.client.hotrod.impl.transaction
Methods in org.infinispan.client.hotrod.impl.transaction with parameters of type OperationDispatcherModifier and TypeMethodDescriptionvoidTransactionTable.start(ManagerOperationsFactory operationFactory, OperationDispatcher dispatcher) It initializes theTransactionTablewith theManagerOperationsFactoryto use. -
Uses of OperationDispatcher in org.infinispan.client.hotrod.impl.transport.netty
Constructors in org.infinispan.client.hotrod.impl.transport.netty with parameters of type OperationDispatcherModifierConstructorDescriptionChannelHandler(Configuration configuration, String sniHostName, ExecutorService executorService, OperationDispatcher dispatcher, Consumer<io.netty.channel.ChannelPipeline> pipelineDecorator) HeaderDecoder(Configuration configuration, OperationDispatcher dispatcher)