Uses of Class
org.infinispan.commands.write.ClearCommand
Packages that use ClearCommand
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.
Interceptors dealing with cross-site replication.
Transfer of state to new caches in a cluster.
This is the private xsite package.
-
Uses of ClearCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ClearCommandModifier and TypeMethodDescriptionCommandsFactory.buildClearCommand(long flagsBitSet) Builds a ClearCommandCommandsFactoryImpl.buildClearCommand(long flagsBitSet) Methods in org.infinispan.commands with parameters of type ClearCommandModifier and TypeMethodDescriptionAbstractVisitor.visitClearCommand(InvocationContext ctx, ClearCommand command) Visitor.visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement interfaces with type arguments of type ClearCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.write that return ClearCommandModifier and TypeMethodDescriptionClearCommand$___Marshaller_8a06e20b61a2dc37a0519daa6f3a92a9a1cc69f3737b855ba43183194a458432.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.write that return types with arguments of type ClearCommandModifier and TypeMethodDescriptionClearCommand$___Marshaller_8a06e20b61a2dc37a0519daa6f3a92a9a1cc69f3737b855ba43183194a458432.getJavaClass()Methods in org.infinispan.commands.write with parameters of type ClearCommandModifier and TypeMethodDescriptionvoidClearCommand$___Marshaller_8a06e20b61a2dc37a0519daa6f3a92a9a1cc69f3737b855ba43183194a458432.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ClearCommand $2) -
Uses of ClearCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ClearCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type ClearCommandModifier and TypeMethodDescriptionfinal ObjectBaseDistributionInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ClearCommandModifier and TypeMethodDescriptionBatchingInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) CacheWriterInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) CallInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) final ObjectEntryWrappingInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) InvalidationInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) TransactionalExceptionEvictionInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) TxInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ClearCommandModifier and TypeMethodDescriptionfinal ObjectAbstractLockingInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type ClearCommandModifier and TypeMethodDescriptionfinal ObjectBaseBackupInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type ClearCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type ClearCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) -
Uses of ClearCommand in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type ClearCommandModifier and TypeMethodDescriptionBackupSender.backupClear(ClearCommand command) BackupSenderImpl.backupClear(ClearCommand command) NoOpBackupSender.backupClear(ClearCommand command)