Class BlobStoreIndexShardSnapshotsIntegritySuppressor
java.lang.Object
org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshotsIntegritySuppressor
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.core.Releasable
public class BlobStoreIndexShardSnapshotsIntegritySuppressor
extends Object
implements org.elasticsearch.core.Releasable
Test utility class to suppress assertions about the integrity of the contents of a blobstore repository, in order to verify the
production behaviour on encountering invalid data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlobStoreIndexShardSnapshotsIntegritySuppressor
public BlobStoreIndexShardSnapshotsIntegritySuppressor()
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-