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. -
-
Uses of RemoveExpiredCommand in org.infinispan.commands
Methods in org.infinispan.commands that return RemoveExpiredCommand Modifier and Type Method Description RemoveExpiredCommand
CommandsFactory. 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 maxIdleRemoveExpiredCommand
CommandsFactory. 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 lifespanRemoveExpiredCommand
CommandsFactoryImpl. buildRemoveExpiredCommand(Object key, Object value, int segment, long flagsBitSet)
RemoveExpiredCommand
CommandsFactoryImpl. 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 Object
Visitor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)
-