Uses of Class
com.hazelcast.jet.elastic.ElasticSourceBuilder
Packages that use ElasticSourceBuilder
-
Uses of ElasticSourceBuilder in com.hazelcast.jet.elastic
Methods in com.hazelcast.jet.elastic that return ElasticSourceBuilderModifier and TypeMethodDescriptionstatic ElasticSourceBuilder<Void>ElasticSources.builder()Deprecated, for removal: This API element is subject to removal in a future version.Returns new instance ofElasticSourceBuilderElasticSourceBuilder.clientFn(SupplierEx<org.elasticsearch.client.RestClientBuilder> clientFn) Deprecated, for removal: This API element is subject to removal in a future version.Set the client supplier functionElasticSourceBuilder.enableCoLocatedReading()Deprecated, for removal: This API element is subject to removal in a future version.Enable co-located readingElasticSourceBuilder.enableSlicing()Deprecated, for removal: This API element is subject to removal in a future version.Enable slicing<T_NEW> ElasticSourceBuilder<T_NEW>ElasticSourceBuilder.mapToItemFn(FunctionEx<? super org.elasticsearch.search.SearchHit, T_NEW> mapToItemFn) Deprecated, for removal: This API element is subject to removal in a future version.Set the function to map SearchHit to a pipeline itemElasticSourceBuilder.optionsFn(FunctionEx<? super org.elasticsearch.action.ActionRequest, org.elasticsearch.client.RequestOptions> optionsFn) Deprecated, for removal: This API element is subject to removal in a future version.Set the function that providesRequestOptionsElasticSourceBuilder.retries(int retries) Deprecated, for removal: This API element is subject to removal in a future version.Number of retries the connector will do in addition to Elastic client retriesElasticSourceBuilder.scrollKeepAlive(String scrollKeepAlive) Deprecated, for removal: This API element is subject to removal in a future version.Set the keepAlive for Elastic search scrollElasticSourceBuilder.searchRequestFn(SupplierEx<org.elasticsearch.action.search.SearchRequest> searchRequestFn) Deprecated, for removal: This API element is subject to removal in a future version.Set the search request supplier function