Class RecoveryAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<RecoveryRequest,RecoveryResponse,RecoveryRequestBuilder>
-
- org.elasticsearch.action.admin.indices.recovery.RecoveryAction
-
public class RecoveryAction extends Action<RecoveryRequest,RecoveryResponse,RecoveryRequestBuilder>
Recovery information action
-
-
Field Summary
Fields Modifier and Type Field Description static RecoveryActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecoveryRequestBuildernewRequestBuilder(ElasticsearchClient client)Creates a new request builder given the client provided as argumentRecoveryResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final RecoveryAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newRequestBuilder
public RecoveryRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:ActionCreates a new request builder given the client provided as argument- Specified by:
newRequestBuilderin classAction<RecoveryRequest,RecoveryResponse,RecoveryRequestBuilder>
-
newResponse
public RecoveryResponse newResponse()
Description copied from class:GenericActionCreates a new response instance.- Specified by:
newResponsein classGenericAction<RecoveryRequest,RecoveryResponse>
-
-