Package org.infinispan.xsite.response
Class AutoStateTransferResponse
java.lang.Object
org.infinispan.xsite.response.AutoStateTransferResponse
- All Implemented Interfaces:
Response
A
Response
implementation for command XSiteAutoTransferStatusCommand
.- Since:
- 12.1
- Author:
- Pedro Ruivo
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAutoStateTransferResponse
(boolean isOffline, XSiteStateTransferMode stateTransferMode) -
Method Summary
-
Field Details
-
EXTERNALIZER
-
-
Constructor Details
-
AutoStateTransferResponse
-
-
Method Details
-
isSuccessful
public boolean isSuccessful()- Specified by:
isSuccessful
in interfaceResponse
-
isValid
public boolean isValid() -
isOffline
public boolean isOffline() -
stateTransferMode
-
canDoAutomaticStateTransfer
public boolean canDoAutomaticStateTransfer()
-