Uses of Class
org.infinispan.commands.write.RemoveExpiredCommand
-
Packages that use RemoveExpiredCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of RemoveExpiredCommand in org.infinispan.commands
Methods in org.infinispan.commands that return RemoveExpiredCommand Modifier and Type Method Description RemoveExpiredCommandCommandsFactory. 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 maxIdleRemoveExpiredCommandCommandsFactory. 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 lifespanRemoveExpiredCommandCommandsFactoryImpl. buildRemoveExpiredCommand(Object key, Object value, int segment, long flagsBitSet)RemoveExpiredCommandCommandsFactoryImpl. buildRemoveExpiredCommand(Object key, Object value, int segment, Long lifespan, long flagsBitSet)Methods in org.infinispan.commands with parameters of type RemoveExpiredCommand Modifier and Type Method Description default ObjectVisitor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command) -
Uses of RemoveExpiredCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type RemoveExpiredCommand Modifier and Type Method Description ObjectCallInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)ObjectEntryWrappingInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)ObjectNonTxIracLocalSiteInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)ObjectPessimisticTxIracLocalInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)
-