Class AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder
java.lang.Object
org.elasticsearch.repositories.blobstore.AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder
- Enclosing class:
AbstractBlobContainerRetriesTestCase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblobContainerPath(BlobPath blobContainerPath) bufferSize(ByteSizeValue bufferSize) build()disableChunkedEncoding(Boolean disableChunkedEncoding) maxBulkDeletes(Integer maxBulkDeletes) maxConnections(Integer maxConnections) maxRetries(Integer maxRetries) readTimeout(org.elasticsearch.core.TimeValue readTimeout)
-
Constructor Details
-
TestBlobContainerBuilder
protected TestBlobContainerBuilder()
-
-
Method Details
-
maxRetries
public AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder maxRetries(@Nullable Integer maxRetries) -
readTimeout
public AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder readTimeout(@Nullable org.elasticsearch.core.TimeValue readTimeout) -
disableChunkedEncoding
public AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder disableChunkedEncoding(@Nullable Boolean disableChunkedEncoding) -
maxConnections
public AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder maxConnections(@Nullable Integer maxConnections) -
bufferSize
public AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder bufferSize(@Nullable ByteSizeValue bufferSize) -
maxBulkDeletes
public AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder maxBulkDeletes(@Nullable Integer maxBulkDeletes) -
blobContainerPath
public AbstractBlobContainerRetriesTestCase.TestBlobContainerBuilder blobContainerPath(@Nullable BlobPath blobContainerPath) -
build
-