类 IndexTemplatesExistRequest
java.lang.Object
org.easysearch.client.indices.GetIndexTemplatesRequest
org.easysearch.client.indices.IndexTemplatesExistRequest
- 所有已实现的接口:
Validatable
public class IndexTemplatesExistRequest extends GetIndexTemplatesRequest
A request to check for the existence of index templates
-
字段概要
从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 IndexTemplatesExistRequest(java.lang.String... names)Create a request to check for the existence of index templates.IndexTemplatesExistRequest(java.util.List<java.lang.String> names)Create a request to check for the existence of index templates. -
方法概要
从类继承的方法 org.easysearch.client.indices.GetIndexTemplatesRequest
getMasterNodeTimeout, isLocal, names, setLocal, setMasterNodeTimeout, setMasterNodeTimeout从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
IndexTemplatesExistRequest
public IndexTemplatesExistRequest(java.lang.String... names)Create a request to check for the existence of index templates. At least one template index name must be provided- 参数:
names- the names of templates to check for the existence of
-
IndexTemplatesExistRequest
public IndexTemplatesExistRequest(java.util.List<java.lang.String> names)Create a request to check for the existence of index templates. At least one template index name must be provided- 参数:
names- the names of templates to check for the existence of
-