Package org.elasticsearch.client.indices
Class GetComponentTemplatesRequest
java.lang.Object
org.elasticsearch.client.indices.GetComponentTemplatesRequest
- All Implemented Interfaces:
Validatable
- Direct Known Subclasses:
ComponentTemplatesExistRequest,ComposableIndexTemplateExistRequest
A request to read the content of component templates
-
Field Summary
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionCreate a request to read the content of component template. -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.core.TimeValuebooleanisLocal()name()voidsetLocal(boolean local) voidsetMasterNodeTimeout(String masterNodeTimeout) voidsetMasterNodeTimeout(org.elasticsearch.core.TimeValue masterNodeTimeout) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Constructor Details
-
GetComponentTemplatesRequest
Create a request to read the content of component template. If no template name is provided, all templates will be read- Parameters:
name- the name of template to read
-
-
Method Details
-
name
- Returns:
- the name of component template this request is requesting
-
getMasterNodeTimeout
public org.elasticsearch.core.TimeValue getMasterNodeTimeout()- Returns:
- the timeout for waiting for the master node to respond
-
setMasterNodeTimeout
public void setMasterNodeTimeout(@Nullable org.elasticsearch.core.TimeValue masterNodeTimeout) -
setMasterNodeTimeout
-
isLocal
public boolean isLocal()- Returns:
- true if this request is to read from the local cluster state, rather than the master node - false otherwise
-
setLocal
public void setLocal(boolean local)
-