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 class
WARNING: Generated code!Methods in org.infinispan.remoting.responses that return PrepareResponseModifier and TypeMethodDescriptionstatic PrepareResponse
PrepareResponse.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 TypeMethodDescriptionvoid
PrepareResponse.merge
(PrepareResponse remote) void
PrepareResponse$___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 PrepareResponse
WriteSkewHelper.mergeInPrepareResponse
(Map<Object, IncrementableEntryVersion> versionsMap, PrepareResponse response) Methods in org.infinispan.transaction.impl with parameters of type PrepareResponseModifier and TypeMethodDescriptionstatic PrepareResponse
WriteSkewHelper.mergeInPrepareResponse
(Map<Object, IncrementableEntryVersion> versionsMap, PrepareResponse response) static void
WriteSkewHelper.mergePrepareResponses
(Response r, PrepareResponse aggregateResponse)