|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandsFactory | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.control | Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. |
org.infinispan.commands.remote | Meta-commands that wrap other commands for remote execution. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.remoting.rpc | Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.transaction.xa | XA transaction support. |
Uses of CommandsFactory in org.infinispan |
---|
Fields in org.infinispan declared as CommandsFactory | |
---|---|
protected CommandsFactory |
CacheDelegate.commandsFactory
|
Methods in org.infinispan with parameters of type CommandsFactory | |
---|---|
void |
CacheDelegate.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
StateTransferManager stateTransferManager)
|
Uses of CommandsFactory in org.infinispan.commands |
---|
Classes in org.infinispan.commands that implement CommandsFactory | |
---|---|
class |
CommandsFactoryImpl
|
Uses of CommandsFactory in org.infinispan.commands.control |
---|
Methods in org.infinispan.commands.control with parameters of type CommandsFactory | |
---|---|
void |
RehashControlCommand.init(DistributionManager distributionManager,
Configuration configuration,
DataContainer dataContainer,
CommandsFactory commandsFactory)
|
Constructors in org.infinispan.commands.control with parameters of type CommandsFactory | |
---|---|
RehashControlCommand(String cacheName,
RehashControlCommand.Type type,
Address sender,
List<WriteCommand> txLogCommands,
List<PrepareCommand> pendingPrepares,
CommandsFactory commandsFactory)
|
|
RehashControlCommand(String cacheName,
RehashControlCommand.Type type,
Address sender,
Map<Object,InternalCacheValue> state,
ConsistentHash oldConsistentHash,
ConsistentHash consistentHash,
List<Address> leavers,
CommandsFactory commandsFactory)
|
Uses of CommandsFactory in org.infinispan.commands.remote |
---|
Methods in org.infinispan.commands.remote with parameters of type CommandsFactory | |
---|---|
void |
ClusteredGetCommand.initialize(DataContainer dataContainer,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain)
|
Uses of CommandsFactory in org.infinispan.distribution |
---|
Methods in org.infinispan.distribution with parameters of type CommandsFactory | |
---|---|
void |
DistributionManagerImpl.init(Configuration configuration,
RpcManager rpcManager,
CacheManagerNotifier notifier,
CommandsFactory cf,
DataContainer dataContainer,
InterceptorChain interceptorChain,
InvocationContextContainer icc,
CacheLoaderManager cacheLoaderManager)
|
Constructors in org.infinispan.distribution with parameters of type CommandsFactory | |
---|---|
InvertedLeaveTask(DistributionManagerImpl dmi,
RpcManager rpcManager,
Configuration conf,
CommandsFactory commandsFactory,
DataContainer dataContainer,
List<Address> leavers,
List<Address> stateProviders,
List<Address> stateReceivers,
boolean isReceiver)
|
|
JoinTask(RpcManager rpcManager,
CommandsFactory commandsFactory,
Configuration conf,
DataContainer dataContainer,
DistributionManagerImpl dmi)
|
|
RehashTask(DistributionManagerImpl dmi,
RpcManager rpcManager,
Configuration configuration,
CommandsFactory cf,
DataContainer dataContainer)
|
Uses of CommandsFactory in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type CommandsFactory | |
---|---|
void |
ImplicitEagerLockingInterceptor.init(CommandsFactory factory)
|
void |
TxInterceptor.init(TransactionManager tm,
TransactionTable txTable,
TransactionLog transactionLog,
Configuration c,
CommandsFactory commandsFactory,
InvocationContextContainer icc,
InterceptorChain invoker)
|
void |
InvalidationInterceptor.injectDependencies(CommandsFactory commandsFactory)
|
void |
DistributionInterceptor.injectDependencies(DistributionManager distributionManager,
CommandsFactory cf,
DataContainer dataContainer,
EntryFactory entryFactory)
|
void |
DistTxInterceptor.injectDistributionManager(DistributionManager dm,
CommandsFactory commandsFactory)
|
Uses of CommandsFactory in org.infinispan.remoting.rpc |
---|
Methods in org.infinispan.remoting.rpc with parameters of type CommandsFactory | |
---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Configuration configuration,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e)
|
Uses of CommandsFactory in org.infinispan.statetransfer |
---|
Methods in org.infinispan.statetransfer with parameters of type CommandsFactory | |
---|---|
void |
StateTransferManagerImpl.injectDependencies(RpcManager rpcManager,
AdvancedCache cache,
Configuration configuration,
DataContainer dataContainer,
CacheLoaderManager clm,
StreamingMarshaller marshaller,
TransactionLog transactionLog,
InterceptorChain interceptorChain,
InvocationContextContainer invocationContextContainer,
CommandsFactory commandsFactory,
TransactionTable txTable)
|
Uses of CommandsFactory in org.infinispan.transaction.xa |
---|
Methods in org.infinispan.transaction.xa with parameters of type CommandsFactory | |
---|---|
static void |
TransactionXaAdapter.rollbackImpl(Xid xid,
CommandsFactory commandsFactory,
InvocationContextContainer icc,
InterceptorChain invoker,
TransactionTable txTable)
|
Constructors in org.infinispan.transaction.xa with parameters of type CommandsFactory | |
---|---|
TransactionXaAdapter(LocalTransaction localTransaction,
TransactionTable txTable,
CommandsFactory commandsFactory,
Configuration configuration,
InterceptorChain invoker,
InvocationContextContainer icc)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |