Uses of Class
org.hibernate.search.backend.elasticsearch.work.impl.WaitForIndexStatusWork.Builder
-
Packages that use WaitForIndexStatusWork.Builder Package Description org.hibernate.search.backend.elasticsearch.work.factory.impl org.hibernate.search.backend.elasticsearch.work.impl -
-
Uses of WaitForIndexStatusWork.Builder in org.hibernate.search.backend.elasticsearch.work.factory.impl
Methods in org.hibernate.search.backend.elasticsearch.work.factory.impl that return WaitForIndexStatusWork.Builder Modifier and Type Method Description WaitForIndexStatusWork.BuilderElasticsearch7WorkFactory. waitForIndexStatusWork(URLEncodedString indexName, IndexStatus requiredStatus, int requiredStatusTimeoutInMs)WaitForIndexStatusWork.BuilderElasticsearchWorkFactory. waitForIndexStatusWork(URLEncodedString indexName, IndexStatus requiredStatus, int requiredStatusTimeoutInMs) -
Uses of WaitForIndexStatusWork.Builder in org.hibernate.search.backend.elasticsearch.work.impl
Constructors in org.hibernate.search.backend.elasticsearch.work.impl with parameters of type WaitForIndexStatusWork.Builder Constructor Description WaitForIndexStatusWork(WaitForIndexStatusWork.Builder builder)
-