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.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.distexec Distributed Executor APIs (deprecated)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.remoting Remote communication between cache instances.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl 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 CommandsFactory
CacheImpl. commandsFactory
-
Uses of CommandsFactory in org.infinispan.commands
Classes in org.infinispan.commands that implement CommandsFactory Modifier and Type Class Description class
CommandsFactoryImpl
-
Uses of CommandsFactory in org.infinispan.commands.remote
Methods in org.infinispan.commands.remote with parameters of type CommandsFactory Modifier and Type Method Description void
ClusteredGetAllCommand. init(InvocationContextFactory icf, CommandsFactory commandsFactory, InternalEntryFactory entryFactory, AsyncInterceptorChain interceptorChain, TransactionTable txTable)
void
RevokeBiasCommand. init(BiasManager biasManager, CommandsFactory commandsFactory, RpcManager rpcManager)
void
ClusteredGetCommand. initialize(InvocationContextFactory icf, CommandsFactory commandsFactory, InternalEntryFactory entryFactory, AsyncInterceptorChain interceptorChain)
-
Uses of CommandsFactory in org.infinispan.distexec
Fields in org.infinispan.distexec declared as CommandsFactory Modifier and Type Field Description protected CommandsFactory
DefaultExecutorService. factory
Deprecated. -
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>
ClusterExpirationManager. cf
-
Uses of CommandsFactory in org.infinispan.factories
Methods in org.infinispan.factories that return CommandsFactory Modifier and Type Method Description CommandsFactory
ComponentRegistry. 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 CommandsFactory
L1NonTxInterceptor. commandsFactory
-
Uses of CommandsFactory in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as CommandsFactory Modifier and Type Field Description protected CommandsFactory
ClusteringInterceptor. cf
protected CommandsFactory
PrefetchInterceptor. commandsFactory
-
Uses of CommandsFactory in org.infinispan.remoting
Methods in org.infinispan.remoting with parameters of type CommandsFactory Modifier and Type Method Description static LocalInvocation
LocalInvocation. newInstance(ResponseGenerator responseGenerator, CacheRpcCommand command, CommandsFactory commandsFactory, Address self)
-
Uses of CommandsFactory in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as CommandsFactory Modifier and Type Field Description protected CommandsFactory
StateConsumerImpl. commandsFactory
protected CommandsFactory
StateProviderImpl. commandsFactory
Constructors 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<OutboundTransferTask> onCompletion, Consumer<List<StateChunk>> onChunkReplicated, BiFunction<InternalCacheEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromDataContainer, BiFunction<MarshalledEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromStore, InternalDataContainer dataContainer, PersistenceManager persistenceManager, RpcManager rpcManager, CommandsFactory commandsFactory, InternalEntryFactory ef, long timeout, String cacheName, boolean applyState, boolean pushTransfer)
-
Uses of CommandsFactory in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as CommandsFactory Modifier and Type Field Description protected CommandsFactory
ClusterStreamManagerImpl. factory
-
Uses of CommandsFactory in org.infinispan.transaction.impl
Fields in org.infinispan.transaction.impl declared as CommandsFactory Modifier and Type Field Description protected CommandsFactory
TransactionTable. 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 void
RecoveryManagerImpl. init(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory)
-
Uses of CommandsFactory in org.infinispan.util
-