Uses of Interface
org.infinispan.context.InvocationContext
-
Packages that use InvocationContext Package Description 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.extendedstats.topK org.infinispan.extendedstats.wrappers org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.persistence Persistence API.org.infinispan.persistence.util org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
Uses of InvocationContext in org.infinispan.context
Methods in org.infinispan.context that return InvocationContext Modifier and Type Method Description InvocationContextInvocationContext. clone()Clones the invocation context.InvocationContextAbstractInvocationContextFactory. createClearNonTxInvocationContext()Deprecated.InvocationContextInvocationContextFactory. createClearNonTxInvocationContext()Will create anClearInvocationContextwith theAbstractInvocationContext.isOriginLocal()returning true.InvocationContextInvocationContextFactory. createInvocationContext(boolean isWrite, int keyCount)If we are in a tx scope this will return anTxInvocationContext.InvocationContextInvocationContextFactory. createInvocationContext(javax.transaction.Transaction tx, boolean implicitTransaction)Creates an invocation contextInvocationContextInvocationContextFactory. createRemoteInvocationContext(Address origin)Returns anNonTxInvocationContextwhoseAbstractInvocationContext.isOriginLocal()flag will be true.InvocationContextAbstractInvocationContextFactory. createRemoteInvocationContextForCommand(org.infinispan.commands.VisitableCommand cacheCommand, Address origin)Deprecated.InvocationContextInvocationContextFactory. createRemoteInvocationContextForCommand(org.infinispan.commands.VisitableCommand cacheCommand, Address origin)AsInvocationContextFactory.createRemoteInvocationContext(org.infinispan.remoting.transport.Address), but returning the flags to the context from the Command if any Flag was set.InvocationContextInvocationContextFactory. createSingleKeyNonTxInvocationContext()Will create anNonTxInvocationContextwith theAbstractInvocationContext.isOriginLocal()returning true.InvocationContextInvocationContextContainer. getInvocationContext(boolean quiet)Deprecated.Returns theInvocationContextthat is currently associated with the calling thread.Methods in org.infinispan.context with parameters of type InvocationContext Modifier and Type Method Description default voidInvocationContextContainer. clearThreadLocal(InvocationContext context)Deprecated.voidInvocationContextContainer. setThreadLocal(InvocationContext context)Deprecated.Associate the InvocationContext parameter with the calling thread. -
Uses of InvocationContext in org.infinispan.extendedstats.topK
Methods in org.infinispan.extendedstats.topK with parameters of type InvocationContext Modifier and Type Method Description java.lang.ObjectCacheUsageInterceptor. visitGetAllCommand(InvocationContext ctx, org.infinispan.commands.read.GetAllCommand command)java.lang.ObjectCacheUsageInterceptor. visitGetKeyValueCommand(InvocationContext ctx, org.infinispan.commands.read.GetKeyValueCommand command)java.lang.ObjectCacheUsageInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command) -
Uses of InvocationContext in org.infinispan.extendedstats.wrappers
Methods in org.infinispan.extendedstats.wrappers with parameters of type InvocationContext Modifier and Type Method Description voidExtendedStatisticLockManager. unlockAll(InvocationContext ctx)voidTopKeyLockManager. unlockAll(InvocationContext ctx)java.lang.ObjectExtendedStatisticInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectExtendedStatisticInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectExtendedStatisticInterceptor. visitGetAllCommand(InvocationContext ctx, org.infinispan.commands.read.GetAllCommand command)java.lang.ObjectExtendedStatisticInterceptor. visitGetKeyValueCommand(InvocationContext ctx, org.infinispan.commands.read.GetKeyValueCommand command)java.lang.ObjectExtendedStatisticInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectExtendedStatisticInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectExtendedStatisticInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectExtendedStatisticInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command) -
Uses of InvocationContext in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationContext Modifier and Type Method Description voidInvocationFinallyAction. accept(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv, java.lang.Throwable throwable)Process the result or the exception from an invocation stage and possibly throw an exception.voidInvocationSuccessAction. accept(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv)Process the result from a successful invocation stage and possibly throw an exception.abstract java.lang.ObjectInvocationStage. addCallback(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationCallback function)After the current stage completes, invokefunctionand return its result.java.lang.ObjectSyncInvocationStage. addCallback(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationCallback function)java.lang.ObjectInvocationStage. andExceptionally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)After the current stage completes exceptionally, invokefunctionand return its result.java.lang.ObjectSyncInvocationStage. andExceptionally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)InvocationStageInvocationStage. andExceptionallyMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)After the current stage completes exceptionally, invokefunctionand return its result.InvocationStageSyncInvocationStage. andExceptionallyMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)java.lang.ObjectInvocationStage. andFinally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyAction action)After the current stage completes, invokeaction.java.lang.ObjectSyncInvocationStage. andFinally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyAction action)InvocationStageInvocationStage. andFinallyMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyAction action)After the current stage completes, invokeaction.InvocationStageSyncInvocationStage. andFinallyMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyAction action)java.lang.ObjectInvocationStage. andHandle(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyFunction function)After the current stage completes, invokefunctionand return its result.java.lang.ObjectSyncInvocationStage. andHandle(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyFunction function)InvocationStageInvocationStage. andHandleMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyFunction function)After the current stage completes, invokefunctionand return its result.InvocationStageSyncInvocationStage. andHandleMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyFunction function)java.lang.ObjectInvocationCallback. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv, java.lang.Throwable throwable)Process the result or the exception from an invocation stage and either return a simple value, return a newInvocationStage, or throw an exception.default java.lang.ObjectInvocationExceptionFunction. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv, java.lang.Throwable throwable)java.lang.ObjectInvocationExceptionFunction. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Throwable throwable)Process the result from a successful invocation stage and either return a simple value, return a newInvocationStage, or throw an exception.default java.lang.ObjectInvocationFinallyAction. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv, java.lang.Throwable throwable)default java.lang.ObjectInvocationSuccessAction. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv, java.lang.Throwable throwable)java.lang.ObjectInvocationSuccessFunction. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv)Process the result from a successful invocation stage and either return a simple value, return a newInvocationStage, or throw an exception.default java.lang.ObjectInvocationSuccessFunction. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv, java.lang.Throwable throwable)java.lang.ObjectBaseAsyncInterceptor. asyncInvokeNext(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, java.util.Collection<? extends java.util.concurrent.CompletionStage<?>> delays)Suspend invocation until alldelayscomplete, then if successful invoke the next interceptor.java.lang.ObjectBaseAsyncInterceptor. asyncInvokeNext(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, java.util.concurrent.CompletionStage<?> delay)Suspend the invocation untildelaycompletes, then if successful invoke the next interceptor.java.lang.ObjectBaseAsyncInterceptor. asyncInvokeNext(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationStage invocationStage)Suspend the invocation untilinvocationStagecompletes, then if successful invoke the next interceptor.protected java.lang.ObjectDDAsyncInterceptor. handleDefault(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)java.lang.ObjectAsyncInterceptorChain. invoke(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)Walks the command through the interceptor chain.java.lang.ObjectEmptyAsyncInterceptorChain. invoke(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)java.util.concurrent.CompletableFuture<java.lang.Object>AsyncInterceptorChain. invokeAsync(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)Walks the command through the interceptor chain.java.util.concurrent.CompletableFuture<java.lang.Object>EmptyAsyncInterceptorChain. invokeAsync(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)java.lang.ObjectBaseAsyncInterceptor. invokeNext(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)Invoke the next interceptor, possibly with a new command.java.lang.ObjectBaseAsyncInterceptor. invokeNextAndExceptionally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationExceptionFunction function)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished with an exception.java.lang.ObjectBaseAsyncInterceptor. invokeNextAndFinally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyAction action)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished, with or without an exception.java.lang.ObjectBaseAsyncInterceptor. invokeNextAndHandle(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyFunction function)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished, with or without an exception.java.lang.ObjectBaseAsyncInterceptor. invokeNextThenAccept(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished successfully.java.lang.ObjectBaseAsyncInterceptor. invokeNextThenApply(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished successfully.java.lang.ObjectInvocationStage. thenAccept(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)After the current stage completes successfully, invokeaction.java.lang.ObjectSyncInvocationStage. thenAccept(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)InvocationStageInvocationStage. thenAcceptMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)After the current stage completes successfully, invokeaction.InvocationStageSyncInvocationStage. thenAcceptMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)java.lang.ObjectInvocationStage. thenApply(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)After the current stage completes successfully, invokefunctionand return its result.java.lang.ObjectSyncInvocationStage. thenApply(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)InvocationStageInvocationStage. thenApplyMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)After the current stage completes successfully, invokefunctionand return its result.InvocationStageSyncInvocationStage. thenApplyMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)After the current stage completes successfully, invokefunctionand return its result.java.lang.ObjectDDAsyncInterceptor. visitClearCommand(InvocationContext ctx, org.infinispan.commands.write.ClearCommand command)java.lang.ObjectAsyncInterceptor. visitCommand(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)Perform some work for a command invocation.java.lang.ObjectDDAsyncInterceptor. visitCommand(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)java.lang.ObjectDDAsyncInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectDDAsyncInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectDDAsyncInterceptor. visitEntrySetCommand(InvocationContext ctx, org.infinispan.commands.read.EntrySetCommand command)java.lang.ObjectDDAsyncInterceptor. visitEvictCommand(InvocationContext ctx, org.infinispan.commands.write.EvictCommand command)java.lang.ObjectDDAsyncInterceptor. visitGetAllCommand(InvocationContext ctx, org.infinispan.commands.read.GetAllCommand command)java.lang.ObjectDDAsyncInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, org.infinispan.commands.read.GetCacheEntryCommand command)java.lang.ObjectDDAsyncInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, org.infinispan.commands.remote.GetKeysInGroupCommand command)java.lang.ObjectDDAsyncInterceptor. visitGetKeyValueCommand(InvocationContext ctx, org.infinispan.commands.read.GetKeyValueCommand command)java.lang.ObjectDDAsyncInterceptor. visitInvalidateCommand(InvocationContext ctx, org.infinispan.commands.write.InvalidateCommand command)java.lang.ObjectDDAsyncInterceptor. visitInvalidateL1Command(InvocationContext ctx, org.infinispan.commands.write.InvalidateL1Command command)java.lang.ObjectDDAsyncInterceptor. visitKeySetCommand(InvocationContext ctx, org.infinispan.commands.read.KeySetCommand command)java.lang.ObjectDDAsyncInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectDDAsyncInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectDDAsyncInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyKeyCommand command)java.lang.ObjectDDAsyncInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)java.lang.ObjectDDAsyncInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectDDAsyncInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectDDAsyncInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectDDAsyncInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectDDAsyncInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectDDAsyncInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectDDAsyncInterceptor. visitSizeCommand(InvocationContext ctx, org.infinispan.commands.read.SizeCommand command)java.lang.ObjectDDAsyncInterceptor. visitUnknownCommand(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)java.lang.ObjectDDAsyncInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectDDAsyncInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectDDAsyncInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectDDAsyncInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command) -
Uses of InvocationContext in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type InvocationContext Modifier and Type Method Description java.lang.ObjectBaseDistributionInterceptor.ReadOnlyManyHelper. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. apply(InvocationContext rCtx, org.infinispan.commands.VisitableCommand rCommand, java.lang.Object rv)org.infinispan.commands.functional.ReadOnlyManyCommandBaseDistributionInterceptor.ReadManyCommandHelper. copyForRemote(C command, java.util.List<java.lang.Object> keys, InvocationContext ctx)org.infinispan.commands.functional.ReadOnlyManyCommandBaseDistributionInterceptor.ReadOnlyManyHelper. copyForRemote(org.infinispan.commands.functional.ReadOnlyManyCommand command, java.util.List<java.lang.Object> keys, InvocationContext ctx)java.util.concurrent.CompletionStage<java.lang.Void>BaseDistributionInterceptor.ReadManyCommandHelper. fetchRequiredKeys(LocalizedCacheTopology cacheTopology, java.util.Map<Address,java.util.List<java.lang.Object>> requestedKeys, java.util.List<java.lang.Object> availableKeys, InvocationContext ctx, C command)java.util.concurrent.CompletionStage<java.lang.Void>BaseDistributionInterceptor.ReadOnlyManyHelper. fetchRequiredKeys(LocalizedCacheTopology cacheTopology, java.util.Map<Address,java.util.List<java.lang.Object>> requestedKeys, java.util.List<java.lang.Object> availableKeys, InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)protected java.lang.ObjectBiasedScatteredDistributionInterceptor. handleClear(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, java.lang.Object ignored)protected java.lang.ObjectScatteredDistributionInterceptor. handleClear(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, java.lang.Object ignored)protected <C extends org.infinispan.commands.TopologyAffectedCommand & org.infinispan.commands.FlagAffectedCommand>
java.lang.ObjectBaseDistributionInterceptor. handleFunctionalReadManyCommand(InvocationContext ctx, C command, BaseDistributionInterceptor.ReadManyCommandHelper<C> helper)protected java.lang.ObjectBaseDistributionInterceptor. handleNonTxWriteCommand(InvocationContext ctx, org.infinispan.commands.write.AbstractDataWriteCommand command)protected voidBaseDistributionInterceptor. handleRemotelyRetrievedKeys(InvocationContext ctx, org.infinispan.commands.write.WriteCommand appliedCommand, java.util.List<?> remoteKeys)protected voidTxDistributionInterceptor. handleRemotelyRetrievedKeys(InvocationContext ctx, org.infinispan.commands.write.WriteCommand appliedCommand, java.util.List<?> remoteKeys)<C extends org.infinispan.commands.write.AbstractDataWriteCommand & org.infinispan.commands.functional.FunctionalCommand>
java.lang.ObjectTxDistributionInterceptor. handleTxFunctionalCommand(InvocationContext ctx, C command)protected <C extends org.infinispan.commands.VisitableCommand & org.infinispan.commands.FlagAffectedCommand & org.infinispan.commands.TopologyAffectedCommand,K>
java.lang.ObjectTxDistributionInterceptor. handleTxWriteManyCommand(InvocationContext ctx, C command, java.util.Collection<K> keys, java.util.function.BiFunction<C,java.util.List<K>,C> copyCommand)protected <C extends org.infinispan.commands.TopologyAffectedCommand & org.infinispan.commands.FlagAffectedCommand,K,V>
java.lang.ObjectTxDistributionInterceptor. handleTxWriteManyEntriesCommand(InvocationContext ctx, C command, java.util.Map<K,V> entries, java.util.function.BiFunction<C,java.util.Map<K,V>,C> copyCommand)protected java.lang.ObjectBaseDistributionInterceptor. invokeRemotely(InvocationContext ctx, org.infinispan.commands.write.DataWriteCommand command, Address primaryOwner)protected java.lang.ObjectBaseDistributionInterceptor. invokeRemoveExpiredCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveExpiredCommand command, DistributionInfo distributionInfo)protected java.lang.ObjectTriangleDistributionInterceptor. invokeRemoveExpiredCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveExpiredCommand command, DistributionInfo distributionInfo)protected java.lang.ObjectBiasedScatteredDistributionInterceptor. manyWriteResponse(InvocationContext ctx, org.infinispan.commands.write.WriteCommand cmd, java.lang.Object returnValue)protected java.lang.ObjectScatteredDistributionInterceptor. manyWriteResponse(InvocationContext ctx, org.infinispan.commands.write.WriteCommand cmd, java.lang.Object returnValue)protected java.lang.ObjectL1NonTxInterceptor. performCommandWithL1WriteIfAble(InvocationContext ctx, org.infinispan.commands.DataCommand command, boolean isEntry, boolean shouldAlwaysRunNextInterceptor, boolean registerL1)protected <C extends org.infinispan.commands.FlagAffectedCommand & org.infinispan.commands.TopologyAffectedCommand>
java.util.concurrent.CompletionStage<java.lang.Void>BaseDistributionInterceptor. remoteGetMany(InvocationContext ctx, C command, java.util.Collection<?> keys)protected <C extends org.infinispan.commands.FlagAffectedCommand & org.infinispan.commands.TopologyAffectedCommand>
java.util.concurrent.CompletionStage<java.lang.Void>BaseDistributionInterceptor. remoteGetSingleKey(InvocationContext ctx, C command, java.lang.Object key, boolean isWrite)Fetch a key from its remote owners and store it in the context.protected <C extends org.infinispan.commands.FlagAffectedCommand & org.infinispan.commands.TopologyAffectedCommand>
java.util.concurrent.CompletionStage<java.lang.Void>TxDistributionInterceptor. remoteGetSingleKey(InvocationContext ctx, C command, java.lang.Object key, boolean isWrite)protected org.infinispan.commands.functional.ReadOnlyKeyCommandBaseDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyKeyCommand command)protected org.infinispan.commands.functional.ReadOnlyKeyCommandTxDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyKeyCommand command)protected java.lang.ObjectBiasedScatteredDistributionInterceptor. singleWriteResponse(InvocationContext ctx, org.infinispan.commands.write.DataWriteCommand cmd, java.lang.Object returnValue)protected java.lang.ObjectScatteredDistributionInterceptor. singleWriteResponse(InvocationContext ctx, org.infinispan.commands.write.DataWriteCommand cmd, java.lang.Object returnValue)This method is called by primary owner responding to the originator after write has been completedprotected java.lang.Object[]BaseDistributionInterceptor. unwrapFunctionalManyResultOnOrigin(InvocationContext ctx, java.util.List<java.lang.Object> keys, java.lang.Object responseValue)protected java.lang.Object[]VersionedDistributionInterceptor. unwrapFunctionalManyResultOnOrigin(InvocationContext ctx, java.util.List<java.lang.Object> keys, java.lang.Object responseValue)protected java.lang.ObjectBaseDistributionInterceptor. unwrapFunctionalResultOnOrigin(InvocationContext ctx, java.lang.Object key, java.lang.Object responseValue)protected java.lang.ObjectVersionedDistributionInterceptor. unwrapFunctionalResultOnOrigin(InvocationContext ctx, java.lang.Object key, java.lang.Object responseValue)java.lang.ObjectBaseDistributionInterceptor. visitClearCommand(InvocationContext ctx, org.infinispan.commands.write.ClearCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitClearCommand(InvocationContext ctx, org.infinispan.commands.write.ClearCommand command)java.lang.ObjectL1LastChanceInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectL1NonTxInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectL1TxInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectTxDistributionInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectL1LastChanceInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectL1NonTxInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectL1TxInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectTxDistributionInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectL1LastChanceInterceptor. visitDataWriteCommand(InvocationContext ctx, org.infinispan.commands.write.DataWriteCommand command, boolean assumeOriginKeptEntryInL1)java.lang.ObjectDistributionBulkInterceptor. visitEntrySetCommand(InvocationContext ctx, org.infinispan.commands.read.EntrySetCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitEvictCommand(InvocationContext ctx, org.infinispan.commands.write.EvictCommand command)java.lang.ObjectBaseDistributionInterceptor. visitGetAllCommand(InvocationContext ctx, org.infinispan.commands.read.GetAllCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitGetAllCommand(InvocationContext ctx, org.infinispan.commands.read.GetAllCommand command)java.lang.ObjectBaseDistributionInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, org.infinispan.commands.read.GetCacheEntryCommand command)java.lang.ObjectL1NonTxInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, org.infinispan.commands.read.GetCacheEntryCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, org.infinispan.commands.read.GetCacheEntryCommand command)java.lang.ObjectBaseDistributionInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, org.infinispan.commands.remote.GetKeysInGroupCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitGetKeysInGroupCommand(InvocationContext ctx, org.infinispan.commands.remote.GetKeysInGroupCommand command)java.lang.ObjectBaseDistributionInterceptor. visitGetKeyValueCommand(InvocationContext ctx, org.infinispan.commands.read.GetKeyValueCommand command)java.lang.ObjectL1NonTxInterceptor. visitGetKeyValueCommand(InvocationContext ctx, org.infinispan.commands.read.GetKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitGetKeyValueCommand(InvocationContext ctx, org.infinispan.commands.read.GetKeyValueCommand command)java.lang.ObjectL1NonTxInterceptor. visitInvalidateL1Command(InvocationContext ctx, org.infinispan.commands.write.InvalidateL1Command invalidateL1Command)java.lang.ObjectDistributionBulkInterceptor. visitKeySetCommand(InvocationContext ctx, org.infinispan.commands.read.KeySetCommand command)java.lang.ObjectL1LastChanceInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectL1NonTxInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectL1TxInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectTxDistributionInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectL1LastChanceInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectL1NonTxInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectL1TxInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectTxDistributionInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectBaseDistributionInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyKeyCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyKeyCommand command)java.lang.ObjectBaseDistributionInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)java.lang.ObjectTxDistributionInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)java.lang.ObjectL1LastChanceInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectL1NonTxInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectTxDistributionInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectL1LastChanceInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectL1NonTxInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectTxDistributionInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectL1LastChanceInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectL1NonTxInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectTxDistributionInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectL1LastChanceInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectL1NonTxInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectTxDistributionInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectL1LastChanceInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectL1NonTxInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectL1TxInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectTxDistributionInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectBaseDistributionInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveExpiredCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveExpiredCommand command)java.lang.ObjectTxDistributionInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveExpiredCommand command)java.lang.ObjectL1LastChanceInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectL1NonTxInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectL1TxInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectTxDistributionInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectBaseDistributionInterceptor. visitSizeCommand(InvocationContext ctx, org.infinispan.commands.read.SizeCommand command)java.lang.ObjectL1LastChanceInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectL1NonTxInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectTxDistributionInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectL1LastChanceInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectL1NonTxInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseGenerator. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor.PrimaryResponseHandler. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectTxDistributionInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectL1LastChanceInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectL1NonTxInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectTxDistributionInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectL1LastChanceInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command)java.lang.ObjectL1NonTxInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command)java.lang.ObjectNonTxDistributionInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command)java.lang.ObjectScatteredDistributionInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command)java.lang.ObjectTriangleDistributionInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command)java.lang.ObjectTxDistributionInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command)protected java.lang.ObjectBaseDistributionInterceptor. wrapFunctionalManyResultOnNonOrigin(InvocationContext rCtx, java.util.Collection<?> keys, java.lang.Object[] values)protected java.lang.ObjectVersionedDistributionInterceptor. wrapFunctionalManyResultOnNonOrigin(InvocationContext ctx, java.util.Collection<?> keys, java.lang.Object[] values)protected voidBaseDistributionInterceptor. wrapRemoteEntry(InvocationContext ctx, java.lang.Object key, CacheEntry ice, boolean isWrite)protected voidVersionedDistributionInterceptor. wrapRemoteEntry(InvocationContext ctx, java.lang.Object key, CacheEntry ice, boolean isWrite) -
Uses of InvocationContext in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type InvocationContext Modifier and Type Method Description protected ClusteringDependentLogic.CommitClusteringDependentLogic.AbstractClusteringDependentLogic. clusterCommitType(org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)java.util.concurrent.CompletionStage<java.lang.Void>ClusteringDependentLogic.AbstractClusteringDependentLogic. commitEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)java.util.concurrent.CompletionStage<java.lang.Void>ClusteringDependentLogic. commitEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)Commits the entry to the data container.java.util.concurrent.CompletionStage<java.lang.Void>OrderedClusteringDependentLogic. commitEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected abstract java.util.concurrent.CompletionStage<java.lang.Void>ClusteringDependentLogic.AbstractClusteringDependentLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected java.util.concurrent.CompletionStage<java.lang.Void>ClusteringDependentLogic.DistributionLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected java.util.concurrent.CompletionStage<java.lang.Void>ClusteringDependentLogic.InvalidationLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected java.util.concurrent.CompletionStage<java.lang.Void>ClusteringDependentLogic.LocalLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected java.util.concurrent.CompletionStage<java.lang.Void>ClusteringDependentLogic.ReplicationLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected java.util.concurrent.CompletableFuture<java.lang.Void>ClusteringDependentLogic.ScatteredLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)ClusteringDependentLogic.CommitClusteringDependentLogic.AbstractClusteringDependentLogic. commitType(org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)ClusteringDependentLogic.CommitClusteringDependentLogic. commitType(org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)Determines what type of commit this is.ClusteringDependentLogic.CommitClusteringDependentLogic.InvalidationLogic. commitType(org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)ClusteringDependentLogic.CommitClusteringDependentLogic.LocalLogic. commitType(org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)ClusteringDependentLogic.CommitClusteringDependentLogic.ReplicationLogic. commitType(org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)ClusteringDependentLogic.CommitOrderedClusteringDependentLogic. commitType(org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, int segment, boolean removed)protected abstract java.lang.ObjectAbstractLockingInterceptor. handleReadManyCommand(InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, java.util.Collection<?> keys)protected java.lang.ObjectAbstractTxLockingInterceptor. handleReadManyCommand(InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, java.util.Collection<?> keys)protected java.lang.ObjectNonTransactionalLockingInterceptor. handleReadManyCommand(InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, java.util.Collection<?> keys)protected java.lang.ObjectOptimisticLockingInterceptor. handleReadManyCommand(InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, java.util.Collection<?> keys)protected java.lang.ObjectPessimisticLockingInterceptor. handleReadManyCommand(InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, java.util.Collection<?> keys)protected abstract <K> java.lang.ObjectAbstractLockingInterceptor. handleWriteManyCommand(InvocationContext ctx, org.infinispan.commands.write.WriteCommand command, java.util.Collection<K> keys, boolean forwarded)protected <K> java.lang.ObjectNonTransactionalLockingInterceptor. handleWriteManyCommand(InvocationContext ctx, org.infinispan.commands.write.WriteCommand command, java.util.Collection<K> keys, boolean forwarded)protected <K> java.lang.ObjectOptimisticLockingInterceptor. handleWriteManyCommand(InvocationContext ctx, org.infinispan.commands.write.WriteCommand command, java.util.Collection<K> keys, boolean forwarded)protected <K> java.lang.ObjectPessimisticLockingInterceptor. handleWriteManyCommand(InvocationContext ctx, org.infinispan.commands.write.WriteCommand command, java.util.Collection<K> keys, boolean forwarded)protected InvocationStageAbstractLockingInterceptor. lockAndRecord(InvocationContext context, org.infinispan.commands.VisitableCommand command, java.lang.Object key, long timeout)java.lang.ObjectAbstractLockingInterceptor. visitClearCommand(InvocationContext ctx, org.infinispan.commands.write.ClearCommand command)java.lang.ObjectAbstractLockingInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectAbstractLockingInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)protected abstract java.lang.ObjectAbstractLockingInterceptor. visitDataReadCommand(InvocationContext ctx, org.infinispan.commands.DataCommand command)protected java.lang.ObjectNonTransactionalLockingInterceptor. visitDataReadCommand(InvocationContext ctx, org.infinispan.commands.DataCommand command)protected java.lang.ObjectOptimisticLockingInterceptor. visitDataReadCommand(InvocationContext ctx, org.infinispan.commands.DataCommand command)protected java.lang.ObjectPessimisticLockingInterceptor. visitDataReadCommand(InvocationContext ctx, org.infinispan.commands.DataCommand command)protected abstract java.lang.ObjectAbstractLockingInterceptor. visitDataWriteCommand(InvocationContext ctx, org.infinispan.commands.write.DataWriteCommand command)protected java.lang.ObjectNonTransactionalLockingInterceptor. visitDataWriteCommand(InvocationContext ctx, org.infinispan.commands.write.DataWriteCommand command)protected java.lang.ObjectOptimisticLockingInterceptor. visitDataWriteCommand(InvocationContext ctx, org.infinispan.commands.write.DataWriteCommand command)protected java.lang.ObjectPessimisticLockingInterceptor. visitDataWriteCommand(InvocationContext ctx, org.infinispan.commands.write.DataWriteCommand command)java.lang.ObjectAbstractLockingInterceptor. visitGetAllCommand(InvocationContext ctx, org.infinispan.commands.read.GetAllCommand command)java.lang.ObjectAbstractLockingInterceptor. visitGetCacheEntryCommand(InvocationContext ctx, org.infinispan.commands.read.GetCacheEntryCommand command)java.lang.ObjectAbstractLockingInterceptor. visitGetKeyValueCommand(InvocationContext ctx, org.infinispan.commands.read.GetKeyValueCommand command)java.lang.ObjectAbstractLockingInterceptor. visitInvalidateCommand(InvocationContext ctx, org.infinispan.commands.write.InvalidateCommand command)java.lang.ObjectAbstractLockingInterceptor. visitInvalidateL1Command(InvocationContext ctx, org.infinispan.commands.write.InvalidateL1Command command)java.lang.ObjectAbstractLockingInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectAbstractLockingInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectAbstractLockingInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyKeyCommand command)java.lang.ObjectAbstractLockingInterceptor. visitReadOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)java.lang.ObjectAbstractLockingInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectAbstractLockingInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectAbstractLockingInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectAbstractLockingInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectAbstractLockingInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectAbstractLockingInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectAbstractLockingInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectAbstractLockingInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectAbstractLockingInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectAbstractLockingInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command) -
Uses of InvocationContext in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder with parameters of type InvocationContext Modifier and Type Method Description protected java.util.concurrent.CompletionStage<java.lang.Void>TotalOrderVersionedEntryWrappingInterceptor. commitContextEntry(CacheEntry entry, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, Flag stateTransferFlag, boolean l1Invalidation)Deprecated.protected java.lang.ObjectTotalOrderStateTransferInterceptor. handleDefault(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)Deprecated. -
Uses of InvocationContext in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type InvocationContext Modifier and Type Method Description java.lang.ObjectBaseBackupInterceptor. visitClearCommand(InvocationContext ctx, org.infinispan.commands.write.ClearCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectNonTransactionalBackupInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command) -
Uses of InvocationContext in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type InvocationContext Modifier and Type Method Description static java.util.concurrent.CompletionStage<java.lang.Void>NotifyHelper. entryCommitted(CacheNotifier notifier, org.infinispan.functional.impl.FunctionalNotifier functionalNotifier, boolean created, boolean removed, boolean expired, CacheEntry entry, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, java.lang.Object previousValue, Metadata previousMetadata, EvictionManager evictionManager)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntriesEvicted(java.util.Collection<java.util.Map.Entry<K,V>> entries, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntriesEvictedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntriesEvicted(java.util.Collection<java.util.Map.Entry<K,V>> entries, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryActivated(K key, V value, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntryActivatedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryActivated(K key, V value, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryCreated(K key, V value, Metadata metadata, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntryCreatedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryCreated(K key, V value, Metadata metadata, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryExpired(K key, V value, Metadata metadata, InvocationContext ctx)Notifies all registered listeners of a CacheEntryExpired event.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryExpired(K key, V value, Metadata metadata, InvocationContext ctx)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryInvalidated(K key, V value, Metadata metadata, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntryInvalidatedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryInvalidated(K key, V value, Metadata metadata, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryLoaded(K key, V value, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntryLoadedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryLoaded(K key, V value, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryModified(K key, V value, Metadata metadata, V previousValue, Metadata previousMetadata, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntryModifiedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryModified(K key, V value, Metadata metadata, V previousValue, Metadata previousMetadata, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryPassivated(K key, V value, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntryPassivatedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryPassivated(K key, V value, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryRemoved(K key, V previousValue, Metadata previousMetadata, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntryRemovedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryRemoved(K key, V previousValue, Metadata previousMetadata, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyCacheEntryVisited(K key, V value, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)Notifies all registered listeners of aCacheEntryVisitedEventevent.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyCacheEntryVisited(K key, V value, boolean pre, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command)java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifier. notifyTransactionCompleted(GlobalTransaction transaction, boolean successful, InvocationContext ctx)Notifies all registered listeners of a transaction completion event.java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyTransactionCompleted(GlobalTransaction transaction, boolean successful, InvocationContext ctx) -
Uses of InvocationContext in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type InvocationContext Modifier and Type Method Description static <K,V>
MarshallableEntry<K,V>PersistenceUtil. loadAndCheckExpiration(PersistenceManager persistenceManager, java.lang.Object key, InvocationContext context, TimeService timeService)Deprecated.since 9.4 This method references PersistenceManager, which isn't a public classstatic <K,V>
InternalCacheEntry<K,V>PersistenceUtil. loadAndComputeInDataContainer(DataContainer<K,V> dataContainer, int segment, PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, DataContainer.ComputeAction<K,V> action)Deprecated.since 9.4 This method references PersistenceManager, which isn't a public classstatic <K,V>
InternalCacheEntry<K,V>PersistenceUtil. loadAndStoreInDataContainer(DataContainer<K,V> dataContainer, int segment, PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> isLoaded)Deprecated.since 9.4 This method references PersistenceManager, which isn't a public classstatic <K,V>
InternalCacheEntry<K,V>PersistenceUtil. loadAndStoreInDataContainer(DataContainer<K,V> dataContainer, PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, java.util.concurrent.atomic.AtomicReference<java.lang.Boolean> isLoaded)Deprecated.since 9.4 This method references PersistenceManager, which isn't a public class -
Uses of InvocationContext in org.infinispan.persistence.util
Methods in org.infinispan.persistence.util with parameters of type InvocationContext Modifier and Type Method Description java.util.concurrent.CompletionStage<InternalCacheEntry<K,V>>EntryLoader. loadAndStoreInDataContainer(InvocationContext ctx, java.lang.Object key, int segment, org.infinispan.commands.FlagAffectedCommand cmd)Load and store the entry if present in the data container, returning the entry in the CompletionStage -
Uses of InvocationContext in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type InvocationContext Modifier and Type Method Description java.util.concurrent.CompletionStage<java.lang.Void>CommitManager. commit(CacheEntry entry, Flag operation, int segment, boolean l1Only, InvocationContext ctx)It tries to commit the cache entry.java.lang.ObjectStateTransferInterceptor. handleDefault(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)java.lang.ObjectAffectedKeysVisitor. visitClearCommand(InvocationContext ctx, org.infinispan.commands.write.ClearCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitClearCommand(InvocationContext ctx, org.infinispan.commands.write.ClearCommand command)java.lang.ObjectTransactionSynchronizerInterceptor. visitCommand(InvocationContext ctx, org.infinispan.commands.VisitableCommand command)java.lang.ObjectAffectedKeysVisitor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitComputeCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeCommand command)java.lang.ObjectAffectedKeysVisitor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitComputeIfAbsentCommand(InvocationContext ctx, org.infinispan.commands.write.ComputeIfAbsentCommand command)java.lang.ObjectAffectedKeysVisitor. visitEvictCommand(InvocationContext ctx, org.infinispan.commands.write.EvictCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitEvictCommand(InvocationContext ctx, org.infinispan.commands.write.EvictCommand command)java.lang.ObjectAffectedKeysVisitor. visitInvalidateCommand(InvocationContext ctx, org.infinispan.commands.write.InvalidateCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitInvalidateCommand(InvocationContext ctx, org.infinispan.commands.write.InvalidateCommand command)java.lang.ObjectAffectedKeysVisitor. visitInvalidateL1Command(InvocationContext ctx, org.infinispan.commands.write.InvalidateL1Command command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitInvalidateL1Command(InvocationContext ctx, org.infinispan.commands.write.InvalidateL1Command command)java.lang.ObjectAffectedKeysVisitor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitPutKeyValueCommand(InvocationContext ctx, org.infinispan.commands.write.PutKeyValueCommand command)java.lang.ObjectAffectedKeysVisitor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitPutMapCommand(InvocationContext ctx, org.infinispan.commands.write.PutMapCommand command)java.lang.ObjectAffectedKeysVisitor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitReadWriteKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyCommand command)java.lang.ObjectStateTransferInterceptor. visitReadWriteKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteKeyValueCommand command)java.lang.ObjectStateTransferInterceptor. visitReadWriteManyCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyCommand command)java.lang.ObjectStateTransferInterceptor. visitReadWriteManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.ReadWriteManyEntriesCommand command)java.lang.ObjectAffectedKeysVisitor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitRemoveCommand(InvocationContext ctx, org.infinispan.commands.write.RemoveCommand command)java.lang.ObjectAffectedKeysVisitor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)Deprecated.java.lang.ObjectStateTransferInterceptor. visitReplaceCommand(InvocationContext ctx, org.infinispan.commands.write.ReplaceCommand command)java.lang.ObjectStateTransferInterceptor. visitWriteOnlyKeyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyCommand command)java.lang.ObjectStateTransferInterceptor. visitWriteOnlyKeyValueCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyKeyValueCommand command)java.lang.ObjectStateTransferInterceptor. visitWriteOnlyManyCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyCommand command)java.lang.ObjectStateTransferInterceptor. visitWriteOnlyManyEntriesCommand(InvocationContext ctx, org.infinispan.commands.functional.WriteOnlyManyEntriesCommand command) -
Uses of InvocationContext in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks with parameters of type InvocationContext Modifier and Type Method Description voidLockManager. unlockAll(InvocationContext context)Same asunlockAll(context.getLockedKeys(), context.getKeyLockOwner();.
-