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 InvalidateCommand
CommandsFactory. buildInvalidateCommand(long flagsBitSet, Object... keys)
Builds an InvalidateCommandInvalidateCommand
CommandsFactoryImpl. buildInvalidateCommand(long flagsBitSet, Object... keys)
InvalidateCommand
CommandsFactory. buildInvalidateFromL1Command(long flagsBitSet, Collection<Object> keys)
Builds an InvalidateFromL1CommandInvalidateCommand
CommandsFactory. buildInvalidateFromL1Command(Address origin, long flagsBitSet, Collection<Object> keys)
InvalidateCommand
CommandsFactoryImpl. buildInvalidateFromL1Command(long flagsBitSet, Collection<Object> keys)
InvalidateCommand
CommandsFactoryImpl. buildInvalidateFromL1Command(Address origin, long flagsBitSet, Collection<Object> keys)
Methods in org.infinispan.commands with parameters of type InvalidateCommand Modifier and Type Method Description Object
AbstractVisitor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand)
Object
Visitor. 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 class
InvalidateL1Command
Invalidates 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 Object
DDAsyncInterceptor. 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 Object
CacheLoaderInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
Object
EntryWrappingInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
Object
TransactionalExceptionEvictionInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
Object
TxInterceptor. 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 Object
AbstractLockingInterceptor. 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 Object
AffectedKeysVisitor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
Deprecated.Object
StateTransferInterceptor. visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
-