Uses of Class
org.infinispan.factories.annotations.Inject
-
Packages that use Inject Package Description org.infinispan.compat org.infinispan.container.offheap org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.encoding org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.filter Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.base Base interceptors containing common, reusable behavior.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.org.infinispan.notifications.cachelistener.filter Cache-specific notifications and eventing filtering classes.org.infinispan.query.affinity This package contains the implementation of the AffinityIndexManager, that maintains an index divided into shards with storage using the Infinispan Lucene directory.org.infinispan.query.remote Server-side remote query components.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.server.hotrod.iteration org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.lookup Interfaces and implementations of lookup classes to locate and/or instantiate JTATransactionManagers.org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery -
-
Uses of Inject in org.infinispan.compat
Methods in org.infinispan.compat with annotations of type Inject Modifier and Type Method Description voidBiFunctionMapper. injectDependencies(ComponentRegistry componentRegistry)voidFunctionMapper. injectDependencies(ComponentRegistry registry) -
Uses of Inject in org.infinispan.container.offheap
Fields in org.infinispan.container.offheap with annotations of type Inject Modifier and Type Field Description protected OffHeapMemoryAllocatorOffHeapDataContainer. allocatorprotected OffHeapMemoryAllocatorSegmentedBoundedOffHeapDataContainer. allocatorprotected EvictionManagerSegmentedBoundedOffHeapDataContainer. evictionManagerprotected OffHeapEntryFactoryOffHeapDataContainer. offHeapEntryFactoryprotected OffHeapEntryFactorySegmentedBoundedOffHeapDataContainer. offHeapEntryFactoryprotected org.infinispan.factories.impl.ComponentRef<PassivationManager>SegmentedBoundedOffHeapDataContainer. passivator -
Uses of Inject in org.infinispan.context
Fields in org.infinispan.context with annotations of type Inject Modifier and Type Field Description protected ConfigurationAbstractInvocationContextFactory. configDeprecated. -
Uses of Inject in org.infinispan.encoding
Methods in org.infinispan.encoding with annotations of type Inject Modifier and Type Method Description voidDataConversion. injectDependencies(GlobalConfiguration gcr, EncoderRegistry encoderRegistry, Configuration configuration) -
Uses of Inject in org.infinispan.factories
Fields in org.infinispan.factories with annotations of type Inject Modifier and Type Field Description protected org.infinispan.factories.impl.BasicComponentRegistryAbstractNamedCacheComponentFactory. basicComponentRegistryprotected ComponentRegistryAbstractNamedCacheComponentFactory. componentRegistryDeprecated.protected ConfigurationAbstractNamedCacheComponentFactory. configurationprotected GlobalComponentRegistryAbstractComponentFactory. globalComponentRegistryprotected GlobalConfigurationAbstractComponentFactory. globalConfiguration -
Uses of Inject in org.infinispan.filter
Methods in org.infinispan.filter with annotations of type Inject Modifier and Type Method Description protected voidCompositeKeyFilter. injectDependencies(ComponentRegistry cr)protected voidCompositeKeyValueFilter. injectDependencies(ComponentRegistry cr)protected voidKeyFilterAsKeyValueFilter. injectDependencies(ComponentRegistry cr)protected voidKeyValueFilterAsKeyFilter. injectDependencies(ComponentRegistry cr) -
Uses of Inject in org.infinispan.interceptors
Fields in org.infinispan.interceptors with annotations of type Inject Modifier and Type Field Description protected ConfigurationBaseAsyncInterceptor. cacheConfigurationprotected EmbeddedCacheManagerBaseCustomAsyncInterceptor. embeddedCacheManager -
Uses of Inject in org.infinispan.interceptors.base
Fields in org.infinispan.interceptors.base with annotations of type Inject Modifier and Type Field Description protected ConfigurationCommandInterceptor. cacheConfigurationDeprecated.protected EmbeddedCacheManagerBaseCustomInterceptor. embeddedCacheManagerDeprecated. -
Uses of Inject in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution with annotations of type Inject Modifier and Type Field Description protected CacheNotifierScatteredDistributionInterceptor. cacheNotifierprotected ClusteringDependentLogicL1NonTxInterceptor. cdlprotected org.infinispan.commands.CommandsFactoryL1NonTxInterceptor. commandsFactoryprotected org.infinispan.container.impl.InternalDataContainerL1NonTxInterceptor. dataContainerprotected org.infinispan.container.impl.EntryFactoryL1NonTxInterceptor. entryFactoryprotected org.infinispan.expiration.impl.InternalExpirationManager<Object,Object>BaseDistributionInterceptor. expirationManagerprotected org.infinispan.functional.impl.FunctionalNotifierScatteredDistributionInterceptor. functionalNotifierprotected org.infinispan.distribution.group.impl.GroupManagerScatteredDistributionInterceptor. groupManagerprotected KeyPartitionerBaseDistributionInterceptor. keyPartitionerprotected KeyPartitionerL1NonTxInterceptor. keyPartitionerprotected KeyPartitionerScatteredDistributionInterceptor. keyPartitionerprotected L1ManagerL1NonTxInterceptor. l1Managerprotected RemoteValueRetrievedListenerBaseDistributionInterceptor. rvrlprotected StateTransferLockL1NonTxInterceptor. stateTransferLockprotected ScatteredVersionManager<Object>ScatteredDistributionInterceptor. svmprotected TimeServiceBaseDistributionInterceptor. timeServiceprotected TimeServiceScatteredDistributionInterceptor. timeServiceMethods in org.infinispan.interceptors.distribution with annotations of type Inject Modifier and Type Method Description voidBiasedScatteredDistributionInterceptor. inject(CommandAckCollector collector, BiasManager biasManager) -
Uses of Inject in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking with annotations of type Inject Modifier and Type Field Description protected ClusteringDependentLogicAbstractLockingInterceptor. cdlprotected CommitManagerClusteringDependentLogic.AbstractClusteringDependentLogic. commitManagerprotected ConfigurationClusteringDependentLogic.AbstractClusteringDependentLogic. configurationprotected org.infinispan.container.impl.InternalDataContainer<Object,Object>ClusteringDependentLogic.AbstractClusteringDependentLogic. dataContainerprotected DistributionManagerClusteringDependentLogic.AbstractClusteringDependentLogic. distributionManagerprotected org.infinispan.functional.impl.FunctionalNotifier<Object,Object>ClusteringDependentLogic.AbstractClusteringDependentLogic. functionalNotifierprotected KeyPartitionerClusteringDependentLogic.AbstractClusteringDependentLogic. keyPartitionerprotected LockManagerAbstractLockingInterceptor. lockManagerprotected CacheNotifier<Object,Object>ClusteringDependentLogic.AbstractClusteringDependentLogic. notifierprotected PersistenceManagerClusteringDependentLogic.AbstractClusteringDependentLogic. persistenceManagerprotected TimeServiceClusteringDependentLogic.AbstractClusteringDependentLogic. timeServiceMethods in org.infinispan.interceptors.locking with annotations of type Inject Modifier and Type Method Description voidClusteringDependentLogic.LocalLogic. init(Transport transport, Configuration configuration, KeyPartitioner keyPartitioner) -
Uses of Inject in org.infinispan.interceptors.xsite
Fields in org.infinispan.interceptors.xsite with annotations of type Inject Modifier and Type Field Description protected BackupSenderBaseBackupInterceptor. backupSenderprotected org.infinispan.transaction.impl.TransactionTableBaseBackupInterceptor. txTable -
Uses of Inject in org.infinispan.jmx
Fields in org.infinispan.jmx with annotations of type Inject Modifier and Type Field Description CacheManagerJmxRegistrationCacheJmxRegistration. globalJmxRegistration -
Uses of Inject in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with annotations of type Inject Modifier and Type Method Description protected voidCacheEventConverterAsConverter. injectDependencies(ComponentRegistry cr)protected voidCacheEventFilterAsKeyValueFilter. injectDependencies(ComponentRegistry cr)protected voidCacheEventFilterConverterAsKeyValueFilterConverter. injectDependencies(ComponentRegistry cr)protected voidCompositeCacheEventFilter. injectDependencies(ComponentRegistry cr)protected voidKeyFilterAsCacheEventFilter. injectDependencies(ComponentRegistry cr)protected voidKeyValueFilterAsCacheEventFilter. injectDependencies(ComponentRegistry cr)protected voidKeyValueFilterConverterAsCacheEventFilterConverter. injectDependencies(ComponentRegistry cr) -
Uses of Inject in org.infinispan.query.affinity
Methods in org.infinispan.query.affinity with annotations of type Inject Modifier and Type Method Description voidShardAllocationManagerImpl. inject(Cache<?,?> cache, DistributionManager distributionManager) -
Uses of Inject in org.infinispan.query.remote
Fields in org.infinispan.query.remote with annotations of type Inject Modifier and Type Field Description protected EmbeddedCacheManagerCompatibilityProtoStreamMarshaller. cacheManager -
Uses of Inject in org.infinispan.remoting.inboundhandler
Fields in org.infinispan.remoting.inboundhandler with annotations of type Inject Modifier and Type Field Description protected ConfigurationBasePerCacheInboundInvocationHandler. configurationprotected BlockingTaskAwareExecutorServiceBasePerCacheInboundInvocationHandler. remoteCommandsExecutor -
Uses of Inject in org.infinispan.remoting.transport
Fields in org.infinispan.remoting.transport with annotations of type Inject Modifier and Type Field Description protected GlobalConfigurationAbstractTransport. configurationDeprecated. -
Uses of Inject in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups with annotations of type Inject Modifier and Type Field Description protected GlobalConfigurationJGroupsTransport. configurationprotected InboundInvocationHandlerJGroupsTransport. invocationHandlerprotected StreamingMarshallerJGroupsTransport. marshallerprotected CacheManagerNotifierJGroupsTransport. notifierprotected ExecutorServiceJGroupsTransport. remoteExecutorprotected ScheduledExecutorServiceJGroupsTransport. timeoutExecutorprotected TimeServiceJGroupsTransport. timeService -
Uses of Inject in org.infinispan.server.hotrod.iteration
Methods in org.infinispan.server.hotrod.iteration with annotations of type Inject Modifier and Type Method Description voidIterationFilter. injectDependencies(Cache cache, EncoderRegistry encoderRegistry) -
Uses of Inject in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer with annotations of type Inject Modifier and Type Field Description protected org.infinispan.factories.impl.ComponentRef<Cache>StateConsumerImpl. cacheprotected StringStateProviderImpl. cacheNameprotected StringStateTransferManagerImpl. cacheNameprotected CacheNotifierStateConsumerImpl. cacheNotifierprotected CommandAckCollectorStateConsumerImpl. commandAckCollectorprotected org.infinispan.commands.CommandsFactoryStateConsumerImpl. commandsFactoryprotected org.infinispan.commands.CommandsFactoryStateProviderImpl. commandsFactoryprotected CommitManagerStateConsumerImpl. commitManagerprotected ConfigurationStateConsumerImpl. configurationprotected org.infinispan.container.impl.InternalDataContainer<Object,Object>StateConsumerImpl. dataContainerprotected org.infinispan.container.impl.InternalDataContainerStateProviderImpl. dataContainerprotected DistributionManagerStateConsumerImpl. distributionManagerprotected DistributionManagerStateProviderImpl. distributionManagerprotected org.infinispan.container.impl.InternalEntryFactoryStateProviderImpl. entryFactoryprotected ExecutorServiceStateProviderImpl. executorServiceprotected InvocationContextFactoryStateConsumerImpl. icfprotected AsyncInterceptorChainStateConsumerImpl. interceptorChainprotected KeyPartitionerStateConsumerImpl. keyPartitionerprotected KeyPartitionerStateProviderImpl. keyPartitionerprotected LocalTopologyManagerStateConsumerImpl. localTopologyManagerprotected PersistenceManagerStateConsumerImpl. persistenceManagerprotected PersistenceManagerStateProviderImpl. persistenceManagerprotected BlockingTaskAwareExecutorServiceStateConsumerImpl. remoteCommandsExecutorprotected RpcManagerStateConsumerImpl. rpcManagerprotected RpcManagerStateProviderImpl. rpcManagerprotected ExecutorServiceStateConsumerImpl. stateTransferExecutorprotected StateTransferLockStateConsumerImpl. stateTransferLockprotected StateTransferLockStateProviderImpl. stateTransferLockprotected TotalOrderManagerStateConsumerImpl. totalOrderManagerprotected TransactionManagerStateConsumerImpl. transactionManagerprotected org.infinispan.transaction.impl.TransactionTableStateConsumerImpl. transactionTableprotected TriangleOrderManagerStateConsumerImpl. triangleOrderManager -
Uses of Inject in org.infinispan.transaction.lookup
Methods in org.infinispan.transaction.lookup with annotations of type Inject Modifier and Type Method Description voidJBossStandaloneJTAManagerLookup. init(GlobalConfiguration globalCfg)voidWildflyTransactionManagerLookup. init(GlobalConfiguration globalCfg) -
Uses of Inject in org.infinispan.transaction.xa
Fields in org.infinispan.transaction.xa with annotations of type Inject Modifier and Type Field Description protected StringXaTransactionTable. cacheNameprotected RecoveryManagerXaTransactionTable. recoveryManager -
Uses of Inject in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery with annotations of type Inject Modifier and Type Method Description voidRecoveryManagerImpl. init(RpcManager rpcManager, org.infinispan.commands.CommandsFactory commandsFactory, org.infinispan.factories.impl.ComponentRef<org.infinispan.transaction.impl.TransactionTable> txTable, org.infinispan.transaction.impl.TransactionCoordinator txCoordinator, TransactionFactory txFactory)
-