Class DeleteRepositoryAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<DeleteRepositoryRequest,AcknowledgedResponse,DeleteRepositoryRequestBuilder>
-
- org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
-
public class DeleteRepositoryAction extends Action<DeleteRepositoryRequest,AcknowledgedResponse,DeleteRepositoryRequestBuilder>
Unregister repository action
-
-
Field Summary
Fields Modifier and Type Field Description static DeleteRepositoryActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteRepositoryRequestBuildernewRequestBuilder(ElasticsearchClient client)Creates a new request builder given the client provided as argumentAcknowledgedResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final DeleteRepositoryAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public AcknowledgedResponse newResponse()
Description copied from class:GenericActionCreates a new response instance.- Specified by:
newResponsein classGenericAction<DeleteRepositoryRequest,AcknowledgedResponse>
-
newRequestBuilder
public DeleteRepositoryRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:ActionCreates a new request builder given the client provided as argument- Specified by:
newRequestBuilderin classAction<DeleteRepositoryRequest,AcknowledgedResponse,DeleteRepositoryRequestBuilder>
-
-