public class RecoveryAction extends IndicesAction<RecoveryRequest,RecoveryResponse,RecoveryRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static RecoveryAction |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
RecoveryRequestBuilder |
newRequestBuilder(IndicesAdminClient client)
Creates a new request builder given the client provided as argument
|
RecoveryResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final RecoveryAction INSTANCE
public static final String NAME
public RecoveryRequestBuilder newRequestBuilder(IndicesAdminClient client)
ActionnewRequestBuilder in class Action<RecoveryRequest,RecoveryResponse,RecoveryRequestBuilder,IndicesAdminClient>public RecoveryResponse newResponse()
GenericActionnewResponse in class GenericAction<RecoveryRequest,RecoveryResponse>Copyright © 2009–2016. All rights reserved.