| Modifier and Type | Method and Description |
|---|---|
ComponentRegistry |
AdvancedCache.getComponentRegistry()
Deprecated.
Since 10.0, with no public API replacement
|
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRegistry |
CacheImpl.componentRegistry |
| Modifier and Type | Method and Description |
|---|---|
ComponentRegistry |
AbstractDelegatingAdvancedCache.getComponentRegistry() |
ComponentRegistry |
CacheImpl.getComponentRegistry() |
ComponentRegistry |
SimpleCacheImpl.getComponentRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
BiFunctionMapper.injectDependencies(ComponentRegistry componentRegistry) |
void |
EncoderEntryMapper.injectDependencies(ComponentRegistry registry) |
void |
EncoderKeyMapper.injectDependencies(ComponentRegistry registry) |
void |
EncoderValueMapper.injectDependencies(ComponentRegistry registry) |
void |
FunctionMapper.injectDependencies(ComponentRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
default void |
VisitableCommand.init(ComponentRegistry registry) |
void |
InitializableCommand.init(ComponentRegistry componentRegistry,
boolean isRemote)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteTxInvocationContext |
LockControlCommand.createContext(ComponentRegistry componentRegistry) |
CompletionStage<?> |
LockControlCommand.invokeAsync(ComponentRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWriteKeyCommand.init(ComponentRegistry componentRegistry) |
void |
AbstractWriteManyCommand.init(ComponentRegistry componentRegistry) |
void |
ReadOnlyKeyCommand.init(ComponentRegistry componentRegistry) |
void |
ReadOnlyManyCommand.init(ComponentRegistry componentRegistry) |
void |
ReadWriteKeyCommand.init(ComponentRegistry componentRegistry) |
void |
ReadWriteKeyValueCommand.init(ComponentRegistry componentRegistry) |
void |
ReadWriteManyCommand.init(ComponentRegistry componentRegistry) |
void |
ReadWriteManyEntriesCommand.init(ComponentRegistry componentRegistry) |
void |
TxReadOnlyKeyCommand.init(ComponentRegistry componentRegistry) |
void |
TxReadOnlyManyCommand.init(ComponentRegistry componentRegistry) |
void |
WriteOnlyKeyCommand.init(ComponentRegistry componentRegistry) |
void |
WriteOnlyKeyValueCommand.init(ComponentRegistry componentRegistry) |
void |
WriteOnlyManyCommand.init(ComponentRegistry componentRegistry) |
void |
WriteOnlyManyEntriesCommand.init(ComponentRegistry componentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
InjectableComponent.inject(ComponentRegistry registry) |
void |
MergeFunction.inject(ComponentRegistry registry) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryCommand.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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
BackupWriteCommand.invokeAsync(ComponentRegistry componentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
RemoteTxInvocationContext |
PrepareCommand.createContext(ComponentRegistry componentRegistry) |
CompletionStage<?> |
AbstractTransactionBoundaryCommand.invokeAsync(ComponentRegistry registry) |
CompletionStage<?> |
PrepareCommand.invokeAsync(ComponentRegistry registry) |
CompletionStage<?> |
RollbackCommand.invokeAsync(ComponentRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComputeCommand.init(ComponentRegistry componentRegistry) |
void |
ComputeIfAbsentCommand.init(ComponentRegistry componentRegistry) |
CompletionStage<?> |
InvalidateVersionsCommand.invokeAsync(ComponentRegistry componentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataConversion.overrideWrapper(Class<? extends Wrapper> newWrapper,
ComponentRegistry cr)
Deprecated.
Since 11.0, will be removed with no replacement
|
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRegistry |
ExpirationManagerImpl.componentRegistry |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
TouchCommand.invokeAsync(ComponentRegistry componentRegistry) |
CompletionStage<Object> |
TouchCommand.invokeAsync(ComponentRegistry componentRegistry,
long currentTimeMilli) |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRegistry |
AbstractNamedCacheComponentFactory.componentRegistry
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentRegistry |
GlobalComponentRegistry.getNamedComponentRegistry(ByteString name) |
ComponentRegistry |
GlobalComponentRegistry.getNamedComponentRegistry(String name) |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorChainFactory |
InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry,
Configuration configuration)
Deprecated.
Since 9.4, not used.
|
void |
GlobalComponentRegistry.registerNamedComponentRegistry(ComponentRegistry componentRegistry,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompositeKeyValueFilter.injectDependencies(ComponentRegistry cr) |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRegistry |
BaseRpcInterceptor.componentRegistry |
| Modifier and Type | Method and Description |
|---|---|
static int |
CacheMgmtInterceptor.calculateRequiredMinimumNumberOfNodes(AdvancedCache<?,?> cache,
ComponentRegistry componentRegistry) |
| Constructor and Description |
|---|
AsyncInterceptorChainImpl(ComponentRegistry componentRegistry) |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRegistry |
ClusteringDependentLogic.AbstractClusteringDependentLogic.componentRegistry |
| Modifier and Type | Method and Description |
|---|---|
default void |
ModuleLifecycle.cacheStarted(ComponentRegistry cr,
String cacheName) |
default void |
ModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName) |
default void |
ModuleLifecycle.cacheStopped(ComponentRegistry cr,
String cacheName) |
default void |
ModuleLifecycle.cacheStopping(ComponentRegistry cr,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
MultiClusterEventCommand.invokeAsync(ComponentRegistry componentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CacheEventConverterAsConverter.injectDependencies(ComponentRegistry cr) |
protected void |
CacheEventFilterAsKeyValueFilter.injectDependencies(ComponentRegistry cr) |
protected void |
CacheEventFilterConverterAsKeyValueFilterConverter.injectDependencies(ComponentRegistry cr) |
protected void |
CompositeCacheEventFilter.injectDependencies(ComponentRegistry cr) |
protected void |
KeyValueFilterAsCacheEventFilter.injectDependencies(ComponentRegistry cr) |
protected void |
KeyValueFilterConverterAsCacheEventFilterConverter.injectDependencies(ComponentRegistry cr) |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRegistry |
DelegatingPersistenceManager.componentRegistry |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
CancelPublisherCommand.invokeAsync(ComponentRegistry componentRegistry) |
CompletionStage<?> |
InitialPublisherCommand.invokeAsync(ComponentRegistry componentRegistry) |
CompletionStage<?> |
NextPublisherCommand.invokeAsync(ComponentRegistry componentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
ReductionPublisherRequestCommand.invokeAsync(ComponentRegistry componentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static LocalInvocation |
LocalInvocation.newInstance(ComponentRegistry componentRegistry,
CacheRpcCommand command) |
| Modifier and Type | Method and Description |
|---|---|
ComponentRegistry |
GetCacheComponentRegistryAction.run() |
| Modifier and Type | Method and Description |
|---|---|
ComponentRegistry |
SecureCacheImpl.getComponentRegistry() |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRegistry |
AbstractCacheStream.registry |
| Modifier and Type | Method and Description |
|---|---|
void |
TerminalOperation.handleInjection(ComponentRegistry registry)
Handles injection of components for various intermediate and this operation.
|
void |
CacheIntermediatePublisher.inject(ComponentRegistry registry) |
void |
CacheStreamIntermediateReducer.inject(ComponentRegistry registry) |
| Constructor and 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
|
| Modifier and Type | Method and Description |
|---|---|
default void |
IntermediateOperation.handleInjection(ComponentRegistry registry)
Handles injection of components for various dependencies that the intermediate operation has
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlatMapOperation.handleInjection(ComponentRegistry registry) |
void |
MapOperation.handleInjection(ComponentRegistry registry) |
void |
PeekOperation.handleInjection(ComponentRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeekDoubleOperation.handleInjection(ComponentRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeekIntOperation.handleInjection(ComponentRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeekLongOperation.handleInjection(ComponentRegistry registry) |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRegistry |
AbstractLocalCacheStream.registry |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
TxInvocationContext<?> |
TransactionalRemoteLockCommand.createContext(ComponentRegistry componentRegistry)
It creates the transaction context.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
SingleXSiteRpcCommand.invokeAsync(ComponentRegistry componentRegistry) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
XSiteStatePushCommand.invokeAsync(ComponentRegistry componentRegistry) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.