Uses of Class
org.infinispan.commands.write.ClearCommand
Packages that use ClearCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
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.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 TypeMethodDescriptionprotected ObjectBiasedScatteredDistributionInterceptor.handleClear(InvocationContext ctx, ClearCommand command, Object ignored) protected ObjectScatteredDistributionInterceptor.handleClear(InvocationContext ctx, ClearCommand command, Object ignored) final ObjectBaseDistributionInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command) ScatteredDistributionInterceptor.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) PassivationWriterInterceptor.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)