Uses of Class
org.infinispan.commands.write.InvalidateL1Command
-
Packages that use InvalidateL1Command Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.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.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of InvalidateL1Command in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type InvalidateL1Command Modifier and Type Method Description Object
AbstractVisitor. visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command)
Object
Visitor. visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command)
-
Uses of InvalidateL1Command in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvalidateL1Command Modifier and Type Method Description Object
DDAsyncInterceptor. visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command)
-
Uses of InvalidateL1Command in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type InvalidateL1Command Modifier and Type Method Description Object
L1NonTxInterceptor. visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command)
-
Uses of InvalidateL1Command in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type InvalidateL1Command Modifier and Type Method Description Object
EntryWrappingInterceptor. visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command)
-
Uses of InvalidateL1Command in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type InvalidateL1Command Modifier and Type Method Description Object
AbstractLockingInterceptor. visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command)
-
Uses of InvalidateL1Command in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type InvalidateL1Command Modifier and Type Method Description Object
AffectedKeysVisitor. visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command)
Deprecated.Object
StateTransferInterceptor. visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command)
-