public class IndicesExistsIndexRequest extends java.lang.Object implements IndexRequest<IndicesExistsIndexResponse>
| Constructor and Description |
|---|
IndicesExistsIndexRequest(java.lang.String... indexNames) |
| Modifier and Type | Method and Description |
|---|---|
IndicesExistsIndexResponse |
accept(IndexRequestExecutor indexRequestExecutor) |
java.lang.String[] |
getIndexNames() |
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.
|
boolean |
isPreferLocalCluster() |
void |
setPreferLocalCluster(boolean preferLocalCluster) |
public IndicesExistsIndexRequest(java.lang.String... indexNames)
public IndicesExistsIndexResponse accept(IndexRequestExecutor indexRequestExecutor)
accept in interface IndexRequest<IndicesExistsIndexResponse>public java.lang.String[] getIndexNames()
getIndexNames in interface IndexRequest<IndicesExistsIndexResponse>@Deprecated public java.lang.String getMappingName()
getMappingName in interface IndexRequest<IndicesExistsIndexResponse>public boolean isPreferLocalCluster()
public void setPreferLocalCluster(boolean preferLocalCluster)