public class DeleteIndexRequest extends java.lang.Object implements IndexRequest<DeleteIndexResponse>
| Constructor and Description |
|---|
DeleteIndexRequest(java.lang.String... indexNames) |
| Modifier and Type | Method and Description |
|---|---|
DeleteIndexResponse |
accept(IndexRequestExecutor indexRequestExecutor) |
java.lang.String[] |
getIndexNames() |
IndicesOptions |
getIndicesOptions() |
java.lang.String |
getMappingName()
Deprecated.
As of Judson (7.1.x), with no direct replacement. This method
should not be in the parent interface. Only certain
IndexRequests work with mappings.
|
void |
setIndicesOptions(IndicesOptions indicesOptions) |
public DeleteIndexResponse accept(IndexRequestExecutor indexRequestExecutor)
accept in interface IndexRequest<DeleteIndexResponse>public java.lang.String[] getIndexNames()
getIndexNames in interface IndexRequest<DeleteIndexResponse>public IndicesOptions getIndicesOptions()
@Deprecated public java.lang.String getMappingName()
getMappingName in interface IndexRequest<DeleteIndexResponse>public void setIndicesOptions(IndicesOptions indicesOptions)