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.
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 -
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) -
Uses of CommandsFactory in org.infinispan.util
Methods in org.infinispan.util with parameters of type CommandsFactoryModifier and TypeMethodDescriptionstatic BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReadWriteKeyCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReadWriteKeyValueCommand command) static <K,V, R> BackupWriteCommand TriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReadWriteManyCommand<K, V, R> command, Collection<Object> keys) static <K,V, T, R>
BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReadWriteManyEntriesCommand<K, V, T, R> command, Collection<Object> keys) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyKeyCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyKeyValueCommand command) static <K,V> BackupWriteCommand TriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyManyCommand<K, V> command, Collection<Object> keys) static <K,V, T> BackupWriteCommand TriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyManyEntriesCommand<K, V, T> command, Collection<Object> keys) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ComputeCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ComputeIfAbsentCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, IracPutKeyValueCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, PutKeyValueCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, PutMapCommand command, Collection<Object> keys) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, RemoveCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReplaceCommand command) -
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()