Uses of Class
org.infinispan.commands.write.RemoveExpiredCommand
Packages that use RemoveExpiredCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Interceptors dealing with cross-site replication.
-
Uses of RemoveExpiredCommand in org.infinispan.commands
Methods in org.infinispan.commands that return RemoveExpiredCommandModifier and TypeMethodDescriptionCommandsFactory.buildRemoveExpiredCommand(Object key, Object value, int segment, long flagsBitSet) Builds an expired remove command that is used to remove only a specific entry when it expires via maxIdleCommandsFactory.buildRemoveExpiredCommand(Object key, Object value, int segment, Long lifespan, long flagsBitSet) Builds an expired remove command that is used to remove only a specific entry when it expires via lifespanCommandsFactoryImpl.buildRemoveExpiredCommand(Object key, Object value, int segment, long flagsBitSet) CommandsFactoryImpl.buildRemoveExpiredCommand(Object key, Object value, int segment, Long lifespan, long flagsBitSet) Methods in org.infinispan.commands with parameters of type RemoveExpiredCommandModifier and TypeMethodDescriptiondefault ObjectVisitor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) -
Uses of RemoveExpiredCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type RemoveExpiredCommandModifier and TypeMethodDescriptionTxDistributionInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) -
Uses of RemoveExpiredCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type RemoveExpiredCommandModifier and TypeMethodDescriptionfinal ObjectAbstractIracLocalSiteInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) BatchingInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) CallInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) EntryWrappingInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) TransactionalExceptionEvictionInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) TxInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) -
Uses of RemoveExpiredCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type RemoveExpiredCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) -
Uses of RemoveExpiredCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type RemoveExpiredCommandModifier and TypeMethodDescriptionBaseBackupInterceptor.visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)