Uses of Class
org.infinispan.expiration.impl.TouchCommand
Packages that use TouchCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
-
Uses of TouchCommand in org.infinispan.commands
Methods in org.infinispan.commands that return TouchCommandModifier and TypeMethodDescriptionCommandsFactory.buildTouchCommand
(Object key, int segment, boolean touchEvenIfExpired, long flagBitSet) CommandsFactoryImpl.buildTouchCommand
(Object key, int segment, boolean touchEvenIfExpired, long flagBitSet) Methods in org.infinispan.commands with parameters of type TouchCommandModifier and TypeMethodDescriptionAbstractVisitor.visitTouchCommand
(InvocationContext ctx, TouchCommand command) Visitor.visitTouchCommand
(InvocationContext ctx, TouchCommand command) -
Uses of TouchCommand in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement interfaces with type arguments of type TouchCommandModifier and TypeClassDescriptionfinal class
WARNING: Generated code!Methods in org.infinispan.expiration.impl that return TouchCommandModifier and TypeMethodDescriptionTouchCommand$___Marshaller_eefadf8e6319aadafcca47996169564522d073e4f05d5a42656710f709e2cbfa.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.expiration.impl that return types with arguments of type TouchCommandModifier and TypeMethodDescriptionTouchCommand$___Marshaller_eefadf8e6319aadafcca47996169564522d073e4f05d5a42656710f709e2cbfa.getJavaClass()
Methods in org.infinispan.expiration.impl with parameters of type TouchCommandModifier and TypeMethodDescriptionvoid
TouchCommand$___Marshaller_eefadf8e6319aadafcca47996169564522d073e4f05d5a42656710f709e2cbfa.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, TouchCommand $2) -
Uses of TouchCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type TouchCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitTouchCommand
(InvocationContext ctx, TouchCommand command)