public class DeleteIndexRequestBuilder extends MasterNodeOperationRequestBuilder<DeleteIndexRequest ,DeleteIndexResponse ,DeleteIndexRequestBuilder ,IndicesAdminClient >
client, request| Constructor and Description |
|---|
DeleteIndexRequestBuilder(IndicesAdminClient
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ActionListener
|
DeleteIndexRequestBuilder |
setIndicesOptions(IndicesOptions
Specifies what type of requested indices to ignore and wildcard indices expressions.
|
DeleteIndexRequestBuilder |
setTimeout(String
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
|
DeleteIndexRequestBuilder |
setTimeout(TimeValue
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
|
setMasterNodeTimeout, setMasterNodeTimeoutexecute, execute, get, get, get, putHeader, request, setListenerThreadedpublic DeleteIndexRequestBuilder(IndicesAdminClientindicesClient, String ... indices)
public DeleteIndexRequestBuildersetTimeout(TimeValue timeout)
public DeleteIndexRequestBuildersetTimeout(String timeout)
public DeleteIndexRequestBuildersetIndicesOptions(IndicesOptions options)
protected void doExecute(ActionListener<DeleteIndexResponse > listener)