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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UnsureResponse.Externalizer
-
Field Summary
Fields Modifier and Type Field Description static UnsureResponse
INSTANCE
-
Constructor Summary
Constructors Constructor Description UnsureResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getResponseValue()
boolean
isSuccessful()
-
Methods inherited from class org.infinispan.remoting.responses.ValidResponse
isValid, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final UnsureResponse INSTANCE
-
-
Method Detail
-
isSuccessful
public boolean isSuccessful()
-
getResponseValue
public Object getResponseValue()
- Specified by:
getResponseValue
in classValidResponse
-
-