Uses of Class
org.infinispan.commands.write.InvalidateCommand
Packages that use InvalidateCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that alter the state of the cache.
Infinispan is designed around a set of interceptors around a data container.
Basic interceptors
Interceptors dealing with locking.
Transfer of state to new caches in a cluster.
-
Uses of InvalidateCommand in org.infinispan.commands
Methods in org.infinispan.commands that return InvalidateCommandModifier and TypeMethodDescriptionCommandsFactory.buildInvalidateCommand(long flagsBitSet, Object... keys) Builds an InvalidateCommandCommandsFactoryImpl.buildInvalidateCommand(long flagsBitSet, Object... keys) CommandsFactory.buildInvalidateFromL1Command(long flagsBitSet, Collection<Object> keys) Builds an InvalidateFromL1CommandCommandsFactory.buildInvalidateFromL1Command(Address origin, long flagsBitSet, Collection<Object> keys) CommandsFactoryImpl.buildInvalidateFromL1Command(long flagsBitSet, Collection<Object> keys) CommandsFactoryImpl.buildInvalidateFromL1Command(Address origin, long flagsBitSet, Collection<Object> keys) Methods in org.infinispan.commands with parameters of type InvalidateCommandModifier and TypeMethodDescriptionAbstractVisitor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand) Visitor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand) -
Uses of InvalidateCommand in org.infinispan.commands.write
Subclasses of InvalidateCommand in org.infinispan.commands.writeModifier and TypeClassDescriptionclassInvalidates 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 InvalidateCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) -
Uses of InvalidateCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type InvalidateCommandModifier and TypeMethodDescriptionCallInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand) final ObjectEntryWrappingInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) TransactionalExceptionEvictionInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) TxInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand) -
Uses of InvalidateCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type InvalidateCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) NonTransactionalLockingInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) -
Uses of InvalidateCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type InvalidateCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)