Uses of Class
org.infinispan.commands.write.EvictCommand
Packages that use EvictCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Basic interceptors
Transfer of state to new caches in a cluster.
-
Uses of EvictCommand in org.infinispan.commands
Methods in org.infinispan.commands that return EvictCommandModifier and TypeMethodDescriptionCommandsFactory.buildEvictCommand(Object key, int segment, long flagsBitSet) Builds an EvictCommandCommandsFactoryImpl.buildEvictCommand(Object key, int segment, long flagsBitSet) Methods in org.infinispan.commands with parameters of type EvictCommandModifier and TypeMethodDescriptionAbstractVisitor.visitEvictCommand(InvocationContext ctx, EvictCommand command) Visitor.visitEvictCommand(InvocationContext ctx, EvictCommand command) -
Uses of EvictCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type EvictCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command) -
Uses of EvictCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type EvictCommandModifier and TypeMethodDescriptionBatchingInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command) CacheMgmtInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command) CallInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command) EntryWrappingInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command) -
Uses of EvictCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type EvictCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)