Uses of Interface
org.elasticsearch.client.HttpAsyncResponseConsumerFactory
-
Packages that use HttpAsyncResponseConsumerFactory Package Description org.elasticsearch.client -
-
Uses of HttpAsyncResponseConsumerFactory in org.elasticsearch.client
Classes in org.elasticsearch.client that implement HttpAsyncResponseConsumerFactory Modifier and Type Class Description static classHttpAsyncResponseConsumerFactory.HeapBufferedResponseConsumerFactoryDefault factory used to create instances ofHttpAsyncResponseConsumer.Fields in org.elasticsearch.client declared as HttpAsyncResponseConsumerFactory Modifier and Type Field Description static HttpAsyncResponseConsumerFactoryHttpAsyncResponseConsumerFactory. DEFAULTCreates the default type ofHttpAsyncResponseConsumer, based on heap buffering with a buffer limit of 100MB.Methods in org.elasticsearch.client that return HttpAsyncResponseConsumerFactory Modifier and Type Method Description HttpAsyncResponseConsumerFactoryRequestOptions. getHttpAsyncResponseConsumerFactory()TheHttpAsyncResponseConsumerFactoryused to create oneHttpAsyncResponseConsumercallback per retry.Methods in org.elasticsearch.client with parameters of type HttpAsyncResponseConsumerFactory Modifier and Type Method Description voidRequestOptions.Builder. setHttpAsyncResponseConsumerFactory(HttpAsyncResponseConsumerFactory httpAsyncResponseConsumerFactory)Set theHttpAsyncResponseConsumerFactoryused to create oneHttpAsyncResponseConsumercallback per retry.
-