Class ReindexResponse.ReindexResponseBuilder
java.lang.Object
org.springframework.data.elasticsearch.core.reindex.ReindexResponse.ReindexResponseBuilder
- Enclosing class:
- ReindexResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBatches(long batches) withBulkRetries(long bulkRetries) withCreated(long created) withDeleted(long deleted) withFailures(List<ReindexResponse.Failure> failures) withNoops(long noops) withRequestsPerSecond(double requestsPerSecond) withSearchRetries(long searchRetries) withThrottledMillis(long throttledMillis) withThrottledUntilMillis(long throttledUntilMillis) withTimedOut(boolean timedOut) withTook(long took) withTotal(long total) withUpdated(long updated) withVersionConflicts(long versionConflicts)
-
Method Details
-
withTook
-
withTimedOut
-
withTotal
-
withCreated
-
withUpdated
-
withDeleted
-
withBatches
-
withVersionConflicts
-
withNoops
-
withBulkRetries
-
withSearchRetries
-
withThrottledMillis
-
withRequestsPerSecond
-
withThrottledUntilMillis
-
withFailures
-
build
-