Class TypesExistsRequestBuilder

    • Constructor Detail

      • TypesExistsRequestBuilder

        public TypesExistsRequestBuilder​(ElasticsearchClient client,
                                         TypesExistsAction action,
                                         java.lang.String... indices)
        Deprecated.
        Parameters:
        indices - What indices to check for types
    • Method Detail

      • setIndices

        public TypesExistsRequestBuilder setIndices​(java.lang.String[] indices)
        Deprecated.
        Parameters:
        indices - What indices to check for types
      • setTypes

        public TypesExistsRequestBuilder setTypes​(java.lang.String... types)
        Deprecated.
        Parameters:
        types - The types to check if they exist
      • setIndicesOptions

        public TypesExistsRequestBuilder setIndicesOptions​(IndicesOptions indicesOptions)
        Deprecated.
        Parameters:
        indicesOptions - Specifies how to resolve indices that aren't active / ready and indices wildcard expressions