Uses of Class
org.springframework.data.elasticsearch.core.reindex.ReindexResponse.ReindexResponseBuilder
Packages that use ReindexResponse.ReindexResponseBuilder
-
Uses of ReindexResponse.ReindexResponseBuilder in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return ReindexResponse.ReindexResponseBuilderModifier and TypeMethodDescriptionReindexResponse.builder()Create a newReindexResponse.ReindexResponseBuilderto buildReindexResponseReindexResponse.ReindexResponseBuilder.withBatches(long batches) ReindexResponse.ReindexResponseBuilder.withBulkRetries(long bulkRetries) ReindexResponse.ReindexResponseBuilder.withCreated(long created) ReindexResponse.ReindexResponseBuilder.withDeleted(long deleted) ReindexResponse.ReindexResponseBuilder.withFailures(List<ReindexResponse.Failure> failures) ReindexResponse.ReindexResponseBuilder.withNoops(long noops) ReindexResponse.ReindexResponseBuilder.withRequestsPerSecond(double requestsPerSecond) ReindexResponse.ReindexResponseBuilder.withSearchRetries(long searchRetries) ReindexResponse.ReindexResponseBuilder.withThrottledMillis(long throttledMillis) ReindexResponse.ReindexResponseBuilder.withThrottledUntilMillis(long throttledUntilMillis) ReindexResponse.ReindexResponseBuilder.withTimedOut(boolean timedOut) ReindexResponse.ReindexResponseBuilder.withTook(long took) ReindexResponse.ReindexResponseBuilder.withTotal(long total) ReindexResponse.ReindexResponseBuilder.withUpdated(long updated) ReindexResponse.ReindexResponseBuilder.withVersionConflicts(long versionConflicts)