Class BlobStoreIndexShardSnapshotsIntegritySuppressor

java.lang.Object
org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshotsIntegritySuppressor
All Implemented Interfaces:
Closeable, AutoCloseable, Releasable

public class BlobStoreIndexShardSnapshotsIntegritySuppressor extends Object implements 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 Details

    • BlobStoreIndexShardSnapshotsIntegritySuppressor

      public BlobStoreIndexShardSnapshotsIntegritySuppressor()
  • Method Details