Uses of Class
org.infinispan.commands.write.InvalidateCommand
-
Packages that use InvalidateCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of InvalidateCommand in org.infinispan.commands
Methods in org.infinispan.commands that return InvalidateCommand Modifier and Type Method Description InvalidateCommandCommandsFactory. buildInvalidateCommand(long flagsBitSet, Object... keys)Builds an InvalidateCommandInvalidateCommandCommandsFactoryImpl. buildInvalidateCommand(long flagsBitSet, Object... keys)InvalidateCommandCommandsFactory. buildInvalidateFromL1Command(long flagsBitSet, Collection<Object> keys)Builds an InvalidateFromL1CommandInvalidateCommandCommandsFactory. buildInvalidateFromL1Command(Address origin, long flagsBitSet, Collection<Object> keys)InvalidateCommandCommandsFactoryImpl. buildInvalidateFromL1Command(long flagsBitSet, Collection<Object> keys)InvalidateCommandCommandsFactoryImpl. buildInvalidateFromL1Command(Address origin, long flagsBitSet, Collection<Object> keys)Methods in org.infinispan.commands with parameters of type InvalidateCommand Modifier and Type Method Description ObjectAbstractVisitor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand)ObjectVisitor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand) -
Uses of InvalidateCommand in org.infinispan.commands.write
Subclasses of InvalidateCommand in org.infinispan.commands.write Modifier and Type Class Description classInvalidateL1CommandInvalidates an entry in a L1 cache (used with DIST mode) -
Uses of InvalidateCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvalidateCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) -
Uses of InvalidateCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type InvalidateCommand Modifier and Type Method Description ObjectCallInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand)ObjectEntryWrappingInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)ObjectTransactionalExceptionEvictionInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)ObjectTxInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand) -
Uses of InvalidateCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type InvalidateCommand Modifier and Type Method Description ObjectAbstractLockingInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) -
Uses of InvalidateCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type InvalidateCommand Modifier and Type Method Description ObjectStateTransferInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
-