Uses of Class
org.infinispan.commands.write.RemoveExpiredCommand
Packages that use RemoveExpiredCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that alter the state of the cache.
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.commands.write
Classes in org.infinispan.commands.write that implement interfaces with type arguments of type RemoveExpiredCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.write that return RemoveExpiredCommandModifier and TypeMethodDescriptionRemoveExpiredCommand$___Marshaller_da479dde46aa72889732ab8ddc76ce81485db8e33e6af3016876eaaf9cb4f8d7.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.write that return types with arguments of type RemoveExpiredCommandModifier and TypeMethodDescriptionRemoveExpiredCommand$___Marshaller_da479dde46aa72889732ab8ddc76ce81485db8e33e6af3016876eaaf9cb4f8d7.getJavaClass()Methods in org.infinispan.commands.write with parameters of type RemoveExpiredCommandModifier and TypeMethodDescriptionvoidRemoveExpiredCommand$___Marshaller_da479dde46aa72889732ab8ddc76ce81485db8e33e6af3016876eaaf9cb4f8d7.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, RemoveExpiredCommand $2) -
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)