Uses of Enum Class
org.hibernate.search.backend.elasticsearch.work.result.impl.CreateIndexResult
Packages that use CreateIndexResult
Package
Description
-
Uses of CreateIndexResult in org.hibernate.search.backend.elasticsearch.work.impl
Methods in org.hibernate.search.backend.elasticsearch.work.impl that return CreateIndexResultModifier and TypeMethodDescriptionprotected 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 CreateIndexResultModifier and TypeMethodDescriptionstatic CreateIndexResultReturns the enum constant of this class with the specified name.static CreateIndexResult[]CreateIndexResult.values()Returns an array containing the constants of this enum class, in the order they are declared.