Uses of Class
org.infinispan.commands.write.InvalidateL1Command
Packages that use InvalidateL1Command
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.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
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 InvalidateL1CommandModifier and TypeMethodDescriptionAbstractVisitor.visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command) Visitor.visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command) -
Uses of InvalidateL1Command in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement interfaces with type arguments of type InvalidateL1CommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.write that return InvalidateL1CommandModifier and TypeMethodDescriptionInvalidateL1Command$___Marshaller_7479569d185fbe0f7e8b62bdd3a9f130a2e1cc407ef759be0f7ac01bcfea239c.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.write that return types with arguments of type InvalidateL1CommandModifier and TypeMethodDescriptionInvalidateL1Command$___Marshaller_7479569d185fbe0f7e8b62bdd3a9f130a2e1cc407ef759be0f7ac01bcfea239c.getJavaClass()Methods in org.infinispan.commands.write with parameters of type InvalidateL1CommandModifier and TypeMethodDescriptionvoidInvalidateL1Command$___Marshaller_7479569d185fbe0f7e8b62bdd3a9f130a2e1cc407ef759be0f7ac01bcfea239c.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, InvalidateL1Command $2) -
Uses of InvalidateL1Command in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvalidateL1CommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command) -
Uses of InvalidateL1Command in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type InvalidateL1CommandModifier and TypeMethodDescriptionL1NonTxInterceptor.visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command) -
Uses of InvalidateL1Command in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type InvalidateL1CommandModifier and TypeMethodDescriptionCallInterceptor.visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command) EntryWrappingInterceptor.visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command) -
Uses of InvalidateL1Command in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type InvalidateL1CommandModifier and TypeMethodDescriptionfinal ObjectAbstractLockingInterceptor.visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command) -
Uses of InvalidateL1Command in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type InvalidateL1CommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command command)