类 SimulateIndexTemplateRequest
java.lang.Object
org.easysearch.client.TimedRequest
org.easysearch.client.indices.SimulateIndexTemplateRequest
- 所有已实现的接口:
Validatable
public class SimulateIndexTemplateRequest extends TimedRequest
A request to simulate matching a provided index name and an optional new index template against the existing index templates.
-
字段概要
从类继承的字段 org.easysearch.client.TimedRequest
DEFAULT_ACK_TIMEOUT, DEFAULT_MASTER_NODE_TIMEOUT从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 SimulateIndexTemplateRequest(java.lang.String indexName) -
方法概要
修饰符和类型 方法 说明 java.lang.StringindexName()Return the index name for which we simulate the index template matching.SimulateIndexTemplateRequestindexName(java.lang.String indexName)Set the index name to simulate template matching against the index templates in the system.PutComposableIndexTemplateRequestindexTemplateV2Request()An optional new template request will be part of the index template simulation.SimulateIndexTemplateRequestindexTemplateV2Request(PutComposableIndexTemplateRequest indexTemplateV2Request)Optionally, define a new template request which will included in the index simulation as if it was an index template stored in the system.从类继承的方法 org.easysearch.client.TimedRequest
masterNodeTimeout, setMasterTimeout, setTimeout, timeout从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
SimulateIndexTemplateRequest
public SimulateIndexTemplateRequest(java.lang.String indexName)
-
-
方法详细资料
-
indexName
public java.lang.String indexName()Return the index name for which we simulate the index template matching. -
indexName
Set the index name to simulate template matching against the index templates in the system. -
indexTemplateV2Request
An optional new template request will be part of the index template simulation. -
indexTemplateV2Request
public SimulateIndexTemplateRequest indexTemplateV2Request(@Nullable PutComposableIndexTemplateRequest indexTemplateV2Request)Optionally, define a new template request which will included in the index simulation as if it was an index template stored in the system. The new template will be validated just as a regular, standalone, live, new index template request.
-