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.distribution Interceptors dealing with command replication in distributed/replicated mode.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 RemoveExpiredCommand
CommandsFactory. buildRemoveExpiredCommand(Object key, Object value, int segment)
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)
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)
RemoveExpiredCommand
CommandsFactoryImpl. buildRemoveExpiredCommand(Object key, Object value, int segment, Long lifespan)
Methods in org.infinispan.commands with parameters of type RemoveExpiredCommand Modifier and Type Method Description default Object
Visitor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)
-
Uses of RemoveExpiredCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type RemoveExpiredCommand Modifier and Type Method Description protected Object
BaseDistributionInterceptor. invokeRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command, DistributionInfo distributionInfo)
protected Object
TriangleDistributionInterceptor. invokeRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command, DistributionInfo distributionInfo)
Object
BaseDistributionInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)
Object
ScatteredDistributionInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)
Object
TxDistributionInterceptor. 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 Object
EntryWrappingInterceptor. visitRemoveExpiredCommand(InvocationContext ctx, RemoveExpiredCommand command)
-