Class UnsureResponse

java.lang.Object
org.infinispan.remoting.responses.ValidResponse
org.infinispan.remoting.responses.UnsureResponse
All Implemented Interfaces:
Response

public class UnsureResponse extends ValidResponse
An unsure response - used with Dist - essentially asks the caller to check the next response from the next node since the sender is in a state of flux (probably in the middle of rebalancing)
Since:
4.0
Author:
Manik Surtani
  • Field Details

  • Constructor Details

    • UnsureResponse

      public UnsureResponse()
  • Method Details