Uses of Interface
org.infinispan.commands.CommandsFactory
-
Packages that use CommandsFactory Package Description org.infinispan.cache.impl org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.expiration.impl org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.impl org.infinispan.transaction.xa.recovery org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of CommandsFactory in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as CommandsFactory Modifier and Type Field Description protected CommandsFactoryCacheImpl. commandsFactory -
Uses of CommandsFactory in org.infinispan.commands
Classes in org.infinispan.commands that implement CommandsFactory Modifier and Type Class Description classCommandsFactoryImpl -
Uses of CommandsFactory in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl with type parameters of type CommandsFactory Modifier and Type Field Description protected ComponentRef<CommandsFactory>ExpirationManagerImpl. cf -
Uses of CommandsFactory in org.infinispan.factories
Methods in org.infinispan.factories that return CommandsFactory Modifier and Type Method Description CommandsFactoryComponentRegistry. getCommandsFactory()Caching shortcut for #getLocalComponent(CommandsFactory.class); -
Uses of CommandsFactory in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as CommandsFactory Modifier and Type Field Description protected CommandsFactoryL1NonTxInterceptor. commandsFactory -
Uses of CommandsFactory in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as CommandsFactory Modifier and Type Field Description protected CommandsFactoryClusteringInterceptor. cfprotected CommandsFactoryPrefetchInterceptor. commandsFactory -
Uses of CommandsFactory in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as CommandsFactory Modifier and Type Field Description protected CommandsFactoryStateConsumerImpl. commandsFactoryprotected CommandsFactoryStateProviderImpl. commandsFactoryConstructors in org.infinispan.statetransfer with parameters of type CommandsFactory Constructor Description InboundTransferTask(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, KeyPartitioner keyPartitioner, Consumer<Collection<StateChunk>> onChunkReplicated, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName, boolean applyState, boolean pushTransfer) -
Uses of CommandsFactory in org.infinispan.transaction.impl
Fields in org.infinispan.transaction.impl declared as CommandsFactory Modifier and Type Field Description protected CommandsFactoryTransactionTable. commandsFactory -
Uses of CommandsFactory in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery with parameters of type CommandsFactory Modifier and Type Method Description voidRecoveryManagerImpl. init(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory) -
Uses of CommandsFactory in org.infinispan.util
-