Class RepositoryVerifyIntegrityRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.snapshot.RepositoryVerifyIntegrityRequest
Verifies the integrity of the contents of a snapshot repository
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<RepositoryVerifyIntegrityRequest,RepositoryVerifyIntegrityResponse, ErrorResponse> Endpoint "snapshot.repository_verify_integrity". -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerNumber of threads to use for reading blob contentsfinal IntegerNumber of snapshots to verify concurrently within each indexfinal IntegerNumber of indices to verify concurrentlyfinal StringRate limit for individual blob verificationfinal IntegerMaximum permitted number of failed shard snapshotsfinal IntegerNumber of threads to use for reading metadataname()Required - A repository nameof(Function<RepositoryVerifyIntegrityRequest.Builder, ObjectBuilder<RepositoryVerifyIntegrityRequest>> fn) final IntegerNumber of snapshots to verify concurrentlyfinal BooleanWhether to verify the contents of individual blobsMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<RepositoryVerifyIntegrityRequest,RepositoryVerifyIntegrityResponse, _ENDPOINTErrorResponse> Endpoint "snapshot.repository_verify_integrity".
-
-
Method Details
-
of
-
blobThreadPoolConcurrency
Number of threads to use for reading blob contentsAPI name:
blob_thread_pool_concurrency -
indexSnapshotVerificationConcurrency
Number of snapshots to verify concurrently within each indexAPI name:
index_snapshot_verification_concurrency -
indexVerificationConcurrency
Number of indices to verify concurrentlyAPI name:
index_verification_concurrency -
maxBytesPerSec
Rate limit for individual blob verificationAPI name:
max_bytes_per_sec -
maxFailedShardSnapshots
Maximum permitted number of failed shard snapshotsAPI name:
max_failed_shard_snapshots -
metaThreadPoolConcurrency
Number of threads to use for reading metadataAPI name:
meta_thread_pool_concurrency -
name
Required - A repository nameAPI name:
repository -
snapshotVerificationConcurrency
Number of snapshots to verify concurrentlyAPI name:
snapshot_verification_concurrency -
verifyBlobContents
Whether to verify the contents of individual blobsAPI name:
verify_blob_contents
-