public static final class ReindexResponse.ReindexResponseBuilder extends Object
public ReindexResponse.ReindexResponseBuilder withTook(long took)
public ReindexResponse.ReindexResponseBuilder withTimedOut(boolean timedOut)
public ReindexResponse.ReindexResponseBuilder withTotal(long total)
public ReindexResponse.ReindexResponseBuilder withCreated(long created)
public ReindexResponse.ReindexResponseBuilder withUpdated(long updated)
public ReindexResponse.ReindexResponseBuilder withDeleted(long deleted)
public ReindexResponse.ReindexResponseBuilder withBatches(long batches)
public ReindexResponse.ReindexResponseBuilder withVersionConflicts(long versionConflicts)
public ReindexResponse.ReindexResponseBuilder withNoops(long noops)
public ReindexResponse.ReindexResponseBuilder withBulkRetries(long bulkRetries)
public ReindexResponse.ReindexResponseBuilder withSearchRetries(long searchRetries)
public ReindexResponse.ReindexResponseBuilder withThrottledMillis(long throttledMillis)
public ReindexResponse.ReindexResponseBuilder withRequestsPerSecond(double requestsPerSecond)
public ReindexResponse.ReindexResponseBuilder withThrottledUntilMillis(long throttledUntilMillis)
public ReindexResponse.ReindexResponseBuilder withFailures(List<ReindexResponse.Failure> failures)
public ReindexResponse build()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.