Class ExistsIndexTemplateRequest


  • public class ExistsIndexTemplateRequest
    extends RequestBase
    Returns information about whether a particular index template exists.
    • Method Detail

      • masterTimeout

        @Deprecated
        @Nullable
        public final Time masterTimeout()
        Deprecated.
        Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

        API name: master_timeout

      • clusterManagerTimeout

        @Nullable
        public final Time clusterManagerTimeout()
        Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.

        API name: cluster_manager_timeout

      • name

        public final java.lang.String name()
        Required - Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.

        API name: name