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 Details

    • BlobStoreIndexShardSnapshotsIntegritySuppressor

      public BlobStoreIndexShardSnapshotsIntegritySuppressor()
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface org.elasticsearch.core.Releasable