public class IndicesExistsAction extends Action<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static IndicesExistsAction |
INSTANCE |
static String |
NAME |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndicesExistsRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
IndicesExistsResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final IndicesExistsAction INSTANCE
public IndicesExistsResponse newResponse()
GenericActionpublic IndicesExistsRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder クラス内 Action<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instanceCopyright © 2009–2016. All rights reserved.