public class IndicesExistsIndexRequest extends CrossClusterRequest 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() |
getConnectionId, isPreferLocalCluster, setConnectionId, setPreferLocalClusterpublic 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>