Uses of Class
org.infinispan.remoting.responses.PrepareResponse
Packages that use PrepareResponse
Package
Description
Abstractions of the different response types allowed during RPC.
-
Uses of PrepareResponse in org.infinispan.remoting.responses
Classes in org.infinispan.remoting.responses that implement interfaces with type arguments of type PrepareResponseModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.remoting.responses that return PrepareResponseModifier and TypeMethodDescriptionstatic PrepareResponsePrepareResponse.asPrepareResponse(Object rv) PrepareResponse$___Marshaller_909f8ee250c64649133c1400a23b451f106c6d60c237e7915fa953ba2001e36d.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.remoting.responses that return types with arguments of type PrepareResponseModifier and TypeMethodDescriptionPrepareResponse$___Marshaller_909f8ee250c64649133c1400a23b451f106c6d60c237e7915fa953ba2001e36d.getJavaClass()Methods in org.infinispan.remoting.responses with parameters of type PrepareResponseModifier and TypeMethodDescriptionvoidPrepareResponse.merge(PrepareResponse remote) voidPrepareResponse$___Marshaller_909f8ee250c64649133c1400a23b451f106c6d60c237e7915fa953ba2001e36d.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, PrepareResponse $2) -
Uses of PrepareResponse in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl that return PrepareResponseModifier and TypeMethodDescriptionstatic PrepareResponseWriteSkewHelper.mergeInPrepareResponse(Map<Object, IncrementableEntryVersion> versionsMap, PrepareResponse response) Methods in org.infinispan.transaction.impl with parameters of type PrepareResponseModifier and TypeMethodDescriptionstatic PrepareResponseWriteSkewHelper.mergeInPrepareResponse(Map<Object, IncrementableEntryVersion> versionsMap, PrepareResponse response) static voidWriteSkewHelper.mergePrepareResponses(Response r, PrepareResponse aggregateResponse)