Uses of Class
org.infinispan.factories.ComponentRegistry
-
-
Uses of ComponentRegistry in org.infinispan
Methods in org.infinispan that return ComponentRegistry Modifier and Type Method Description ComponentRegistryAdvancedCache. getComponentRegistry()Deprecated.Since 10.0, with no public API replacement -
Uses of ComponentRegistry in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryCacheImpl. componentRegistryMethods in org.infinispan.cache.impl that return ComponentRegistry Modifier and Type Method Description ComponentRegistryAbstractDelegatingAdvancedCache. getComponentRegistry()ComponentRegistryCacheImpl. getComponentRegistry()ComponentRegistrySimpleCacheImpl. getComponentRegistry()Methods in org.infinispan.cache.impl with parameters of type ComponentRegistry Modifier and Type Method Description voidBiFunctionMapper. injectDependencies(ComponentRegistry componentRegistry)voidEncoderEntryMapper. injectDependencies(ComponentRegistry registry)voidEncoderKeyMapper. injectDependencies(ComponentRegistry registry)voidEncoderValueMapper. injectDependencies(ComponentRegistry registry)voidFunctionMapper. injectDependencies(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type ComponentRegistry Modifier and Type Method Description voidInitializableCommand. init(ComponentRegistry componentRegistry, boolean isRemote)Deprecated.default voidVisitableCommand. init(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.commands.control
Methods in org.infinispan.commands.control with parameters of type ComponentRegistry Modifier and Type Method Description RemoteTxInvocationContextLockControlCommand. createContext(ComponentRegistry componentRegistry)CompletionStage<?>LockControlCommand. invokeAsync(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.commands.functional
Methods in org.infinispan.commands.functional with parameters of type ComponentRegistry Modifier and Type Method Description voidAbstractWriteKeyCommand. init(ComponentRegistry componentRegistry)voidAbstractWriteManyCommand. init(ComponentRegistry componentRegistry)voidReadOnlyKeyCommand. init(ComponentRegistry componentRegistry)voidReadOnlyManyCommand. init(ComponentRegistry componentRegistry)voidReadWriteKeyCommand. init(ComponentRegistry componentRegistry)voidReadWriteKeyValueCommand. init(ComponentRegistry componentRegistry)voidReadWriteManyCommand. init(ComponentRegistry componentRegistry)voidReadWriteManyEntriesCommand. init(ComponentRegistry componentRegistry)voidTxReadOnlyKeyCommand. init(ComponentRegistry componentRegistry)voidTxReadOnlyManyCommand. init(ComponentRegistry componentRegistry)voidWriteOnlyKeyCommand. init(ComponentRegistry componentRegistry)voidWriteOnlyKeyValueCommand. init(ComponentRegistry componentRegistry)voidWriteOnlyManyCommand. init(ComponentRegistry componentRegistry)voidWriteOnlyManyEntriesCommand. init(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.commands.functional.functions
Methods in org.infinispan.commands.functional.functions with parameters of type ComponentRegistry Modifier and Type Method Description voidInjectableComponent. inject(ComponentRegistry registry)voidMergeFunction. inject(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.commands.irac
Methods in org.infinispan.commands.irac with parameters of type ComponentRegistry Modifier and Type Method Description CompletableFuture<Object>IracCleanupKeyCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>IracMetadataRequestCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>IracRequestStateCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>IracStateResponseCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>IracUpdateKeyCommand. invokeAsync(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.commands.remote
Methods in org.infinispan.commands.remote with parameters of type ComponentRegistry Modifier and Type Method Description default CompletionStage<?>CacheRpcCommand. invokeAsync(ComponentRegistry registry)Invoke the command asynchronously.CompletionStage<?>CheckTransactionRpcCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>ClusteredGetAllCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>ClusteredGetCommand. invokeAsync(ComponentRegistry componentRegistry)Invokes a logical "get(key)" on a remote cache and returns results.CompletionStage<?>RenewBiasCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>RevokeBiasCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>SingleRpcCommand. invokeAsync(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.commands.remote.recovery
Methods in org.infinispan.commands.remote.recovery with parameters of type ComponentRegistry Modifier and Type Method Description voidRecoveryCommand. init(ComponentRegistry componentRegistry, boolean isRemote)Deprecated.CompletionStage<?>CompleteTransactionCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>GetInDoubtTransactionsCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>GetInDoubtTxInfoCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>TxCompletionNotificationCommand. invokeAsync(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.commands.statetransfer
Methods in org.infinispan.commands.statetransfer with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>ConflictResolutionStartCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>ScatteredStateConfirmRevokedCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>ScatteredStateGetKeysCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>StateResponseCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>StateTransferCancelCommand. invokeAsync(ComponentRegistry registry)CompletionStage<Collection<ClusterListenerReplicateCallable<Object,Object>>>StateTransferGetListenersCommand. invokeAsync(ComponentRegistry registry)CompletionStage<List<TransactionInfo>>StateTransferGetTransactionsCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>StateTransferStartCommand. invokeAsync(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>BackupWriteCommand. invokeAsync(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.commands.tx
Methods in org.infinispan.commands.tx with parameters of type ComponentRegistry Modifier and Type Method Description RemoteTxInvocationContextPrepareCommand. createContext(ComponentRegistry componentRegistry)CompletionStage<?>AbstractTransactionBoundaryCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>PrepareCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>RollbackCommand. invokeAsync(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.commands.write
Methods in org.infinispan.commands.write with parameters of type ComponentRegistry Modifier and Type Method Description voidComputeCommand. init(ComponentRegistry componentRegistry)voidComputeIfAbsentCommand. init(ComponentRegistry componentRegistry)CompletionStage<?>InvalidateVersionsCommand. invokeAsync(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.encoding
Methods in org.infinispan.encoding with parameters of type ComponentRegistry Modifier and Type Method Description voidDataConversion. overrideWrapper(Class<? extends org.infinispan.commons.dataconversion.Wrapper> newWrapper, ComponentRegistry cr)Deprecated.Since 11.0, will be removed with no replacement -
Uses of ComponentRegistry in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryExpirationManagerImpl. componentRegistryMethods in org.infinispan.expiration.impl with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>TouchCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<Object>TouchCommand. invokeAsync(ComponentRegistry componentRegistry, long currentTimeMilli) -
Uses of ComponentRegistry in org.infinispan.factories
Fields in org.infinispan.factories declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryAbstractNamedCacheComponentFactory. componentRegistryDeprecated.Methods in org.infinispan.factories that return ComponentRegistry Modifier and Type Method Description ComponentRegistryGlobalComponentRegistry. getNamedComponentRegistry(String name)ComponentRegistryGlobalComponentRegistry. getNamedComponentRegistry(ByteString name)Methods in org.infinispan.factories with parameters of type ComponentRegistry Modifier and Type Method Description static InterceptorChainFactoryInterceptorChainFactory. getInstance(ComponentRegistry componentRegistry, Configuration configuration)Deprecated.Since 9.4, not used.voidGlobalComponentRegistry. registerNamedComponentRegistry(ComponentRegistry componentRegistry, String name) -
Uses of ComponentRegistry in org.infinispan.filter
Methods in org.infinispan.filter with parameters of type ComponentRegistry Modifier and Type Method Description protected voidCompositeKeyValueFilter. injectDependencies(ComponentRegistry cr) -
Uses of ComponentRegistry in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryBaseRpcInterceptor. componentRegistryMethods in org.infinispan.interceptors.impl with parameters of type ComponentRegistry Modifier and Type Method Description static intCacheMgmtInterceptor. calculateRequiredMinimumNumberOfNodes(AdvancedCache<?,?> cache, ComponentRegistry componentRegistry)Constructors in org.infinispan.interceptors.impl with parameters of type ComponentRegistry Constructor Description AsyncInterceptorChainImpl(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryClusteringDependentLogic.AbstractClusteringDependentLogic. componentRegistry -
Uses of ComponentRegistry in org.infinispan.lifecycle
Methods in org.infinispan.lifecycle with parameters of type ComponentRegistry Modifier and Type Method Description default voidModuleLifecycle. cacheStarted(ComponentRegistry cr, String cacheName)default voidModuleLifecycle. cacheStarting(ComponentRegistry cr, Configuration configuration, String cacheName)default voidModuleLifecycle. cacheStopped(ComponentRegistry cr, String cacheName)default voidModuleLifecycle. cacheStopping(ComponentRegistry cr, String cacheName) -
Uses of ComponentRegistry in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>MultiClusterEventCommand. invokeAsync(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type ComponentRegistry 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 voidKeyValueFilterAsCacheEventFilter. injectDependencies(ComponentRegistry cr)protected voidKeyValueFilterConverterAsCacheEventFilterConverter. injectDependencies(ComponentRegistry cr) -
Uses of ComponentRegistry in org.infinispan.persistence.support
Fields in org.infinispan.persistence.support declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryDelegatingPersistenceManager. componentRegistry -
Uses of ComponentRegistry in org.infinispan.reactive.publisher.impl.commands.batch
Methods in org.infinispan.reactive.publisher.impl.commands.batch with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>CancelPublisherCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>InitialPublisherCommand. invokeAsync(ComponentRegistry componentRegistry)CompletionStage<?>NextPublisherCommand. invokeAsync(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.reactive.publisher.impl.commands.reduction
Methods in org.infinispan.reactive.publisher.impl.commands.reduction with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>ReductionPublisherRequestCommand. invokeAsync(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.remoting
Methods in org.infinispan.remoting with parameters of type ComponentRegistry Modifier and Type Method Description static LocalInvocationLocalInvocation. newInstance(ComponentRegistry componentRegistry, CacheRpcCommand command) -
Uses of ComponentRegistry in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return ComponentRegistry Modifier and Type Method Description ComponentRegistryGetCacheComponentRegistryAction. run() -
Uses of ComponentRegistry in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return ComponentRegistry Modifier and Type Method Description ComponentRegistrySecureCacheImpl. getComponentRegistry() -
Uses of ComponentRegistry in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryAbstractCacheStream. registryMethods in org.infinispan.stream.impl with parameters of type ComponentRegistry Modifier and Type Method Description voidTerminalOperation. handleInjection(ComponentRegistry registry)Handles injection of components for various intermediate and this operation.voidCacheIntermediatePublisher. inject(ComponentRegistry registry)voidCacheStreamIntermediateReducer. inject(ComponentRegistry registry)Constructors in org.infinispan.stream.impl with parameters of type ComponentRegistry Constructor Description AbstractCacheStream(Address localAddress, boolean parallel, DistributionManager dm, InvocationContext ctx, Supplier<CacheStream<Original>> supplier, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original,?> toKeyFunction)DistributedCacheStream(Address localAddress, boolean parallel, DistributionManager dm, InvocationContext ctx, Supplier<CacheStream<R>> supplier, boolean includeLoader, int distributedBatchSize, Executor executor, ComponentRegistry registry, Function<? super Original,?> toKeyFunction)Standard constructor requiring all pertinent information to properly utilize a distributed cache stream -
Uses of ComponentRegistry in org.infinispan.stream.impl.intops
Methods in org.infinispan.stream.impl.intops with parameters of type ComponentRegistry Modifier and Type Method Description default voidIntermediateOperation. handleInjection(ComponentRegistry registry)Handles injection of components for various dependencies that the intermediate operation has -
Uses of ComponentRegistry in org.infinispan.stream.impl.intops.object
Methods in org.infinispan.stream.impl.intops.object with parameters of type ComponentRegistry Modifier and Type Method Description voidFlatMapOperation. handleInjection(ComponentRegistry registry)voidMapOperation. handleInjection(ComponentRegistry registry)voidPeekOperation. handleInjection(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.stream.impl.intops.primitive.d
Methods in org.infinispan.stream.impl.intops.primitive.d with parameters of type ComponentRegistry Modifier and Type Method Description voidPeekDoubleOperation. handleInjection(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.stream.impl.intops.primitive.i
Methods in org.infinispan.stream.impl.intops.primitive.i with parameters of type ComponentRegistry Modifier and Type Method Description voidPeekIntOperation. handleInjection(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.stream.impl.intops.primitive.l
Methods in org.infinispan.stream.impl.intops.primitive.l with parameters of type ComponentRegistry Modifier and Type Method Description voidPeekLongOperation. handleInjection(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.stream.impl.local
Fields in org.infinispan.stream.impl.local declared as ComponentRegistry Modifier and Type Field Description protected ComponentRegistryAbstractLocalCacheStream. registryConstructors in org.infinispan.stream.impl.local with parameters of type ComponentRegistry Constructor Description AbstractLocalCacheStream(AbstractLocalCacheStream.StreamSupplier<T,S> streamSupplier, boolean parallel, ComponentRegistry registry)LocalCacheStream(AbstractLocalCacheStream.StreamSupplier<R,Stream<R>> streamSupplier, boolean parallel, ComponentRegistry registry)LocalDoubleCacheStream(AbstractLocalCacheStream.StreamSupplier<Double,DoubleStream> streamSupplier, boolean parallel, ComponentRegistry registry)LocalIntCacheStream(AbstractLocalCacheStream.StreamSupplier<Integer,IntStream> streamSupplier, boolean parallel, ComponentRegistry registry)LocalLongCacheStream(AbstractLocalCacheStream.StreamSupplier<Long,LongStream> streamSupplier, boolean parallel, ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks with parameters of type ComponentRegistry Modifier and Type Method Description TxInvocationContext<?>TransactionalRemoteLockCommand. createContext(ComponentRegistry componentRegistry)It creates the transaction context. -
Uses of ComponentRegistry in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>SingleXSiteRpcCommand. invokeAsync(ComponentRegistry componentRegistry) -
Uses of ComponentRegistry in org.infinispan.xsite.commands
Methods in org.infinispan.xsite.commands with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>XSiteAmendOfflineStatusCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteBringOnlineCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteOfflineStatusCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStateTransferCancelSendCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStateTransferClearStatusCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStateTransferFinishReceiveCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStateTransferFinishSendCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStateTransferRestartSendingCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStateTransferStartReceiveCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStateTransferStartSendCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStateTransferStatusRequestCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteStatusCommand. invokeAsync(ComponentRegistry registry)CompletionStage<?>XSiteTakeOfflineCommand. invokeAsync(ComponentRegistry registry) -
Uses of ComponentRegistry in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with parameters of type ComponentRegistry Modifier and Type Method Description CompletionStage<?>XSiteStatePushCommand. invokeAsync(ComponentRegistry componentRegistry)
-