Uses of Class
org.hibernate.search.backend.elasticsearch.work.result.impl.CreateIndexResult
-
Packages that use CreateIndexResult Package Description org.hibernate.search.backend.elasticsearch.work.impl org.hibernate.search.backend.elasticsearch.work.result.impl -
-
Uses of CreateIndexResult in org.hibernate.search.backend.elasticsearch.work.impl
Methods in org.hibernate.search.backend.elasticsearch.work.impl that return CreateIndexResult Modifier and Type Method Description protected CreateIndexResultCreateIndexWork. generateResult(ElasticsearchWorkExecutionContext context, ElasticsearchResponse response) -
Uses of CreateIndexResult in org.hibernate.search.backend.elasticsearch.work.result.impl
Methods in org.hibernate.search.backend.elasticsearch.work.result.impl that return CreateIndexResult Modifier and Type Method Description static CreateIndexResultCreateIndexResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateIndexResult[]CreateIndexResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-