Class UnsureResponse
java.lang.Object
org.infinispan.remoting.responses.ValidResponse
org.infinispan.remoting.responses.UnsureResponse
- All Implemented Interfaces:
Response
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
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.remoting.responses.ValidResponse
isValid, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UnsureResponse
public UnsureResponse()
-
-
Method Details
-
isSuccessful
public boolean isSuccessful() -
getResponseValue
- Specified by:
getResponseValue
in classValidResponse
-