Uses of Interface
org.infinispan.commands.CommandsFactory
Packages that use CommandsFactory
Package
Description
Commands that operate on the cache, either locally or remotely.
Factories are internal components used to create other components based on a cache's
configuration.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with cross-site replication.
Transfer of state to new caches in a cluster.
-
Uses of CommandsFactory in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as CommandsFactory -
Uses of CommandsFactory in org.infinispan.commands
Classes in org.infinispan.commands that implement CommandsFactory -
Uses of CommandsFactory in org.infinispan.factories
Methods in org.infinispan.factories that return CommandsFactoryModifier and TypeMethodDescriptionComponentRegistry.getCommandsFactory()Caching shortcut for #getLocalComponent(CommandsFactory.class); -
Uses of CommandsFactory in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as CommandsFactory -
Uses of CommandsFactory in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as CommandsFactory -
Uses of CommandsFactory in org.infinispan.interceptors.xsite
Fields in org.infinispan.interceptors.xsite declared as CommandsFactory -
Uses of CommandsFactory in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as CommandsFactoryModifier and TypeFieldDescriptionprotected CommandsFactoryStateConsumerImpl.commandsFactoryprotected CommandsFactoryStateProviderImpl.commandsFactoryConstructors in org.infinispan.statetransfer with parameters of type CommandsFactoryModifierConstructorDescriptionInboundTransferTask(org.infinispan.commons.util.IntSet segments, Address source, int topologyId, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName, boolean applyState) OutboundTransferTask(Address destination, org.infinispan.commons.util.IntSet segments, int segmentCount, int chunkSize, int topologyId, Consumer<Collection<StateChunk>> onChunkReplicated, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName, boolean applyState) -
Uses of CommandsFactory in org.infinispan.transaction.impl
Fields in org.infinispan.transaction.impl declared as CommandsFactory -
Uses of CommandsFactory in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery with parameters of type CommandsFactoryModifier and TypeMethodDescriptionvoidRecoveryManagerImpl.init(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory, LockManager lockManager) -
Uses of CommandsFactory in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer that return CommandsFactoryModifier and TypeMethodDescriptionNoOpXSiteStateProvider.getCommandsFactory()XSiteStateProvider.getCommandsFactory()ExposesCommandsFactorytoXSiteStatePushTask.XSiteStateProviderImpl.getCommandsFactory()