Class MockRepository.MockBlobStore

java.lang.Object
org.opensearch.snapshots.mockstore.BlobStoreWrapper
org.opensearch.snapshots.mockstore.MockRepository.MockBlobStore
All Implemented Interfaces:
Closeable, AutoCloseable, org.opensearch.common.blobstore.BlobStore
Enclosing class:
MockRepository

public class MockRepository.MockBlobStore extends BlobStoreWrapper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opensearch.common.blobstore.BlobStore

    org.opensearch.common.blobstore.BlobStore.Metric
  • Constructor Summary

    Constructors
    Constructor
    Description
    MockBlobStore(org.opensearch.common.blobstore.BlobStore delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensearch.common.blobstore.BlobContainer
    blobContainer(org.opensearch.common.blobstore.BlobPath path)
     

    Methods inherited from class org.opensearch.snapshots.mockstore.BlobStoreWrapper

    close, delegate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opensearch.common.blobstore.BlobStore

    extendedStats, isBlobMetadataEnabled, reload, stats
  • Constructor Details

    • MockBlobStore

      public MockBlobStore(org.opensearch.common.blobstore.BlobStore delegate)
  • Method Details

    • blobContainer

      public org.opensearch.common.blobstore.BlobContainer blobContainer(org.opensearch.common.blobstore.BlobPath path)
      Specified by:
      blobContainer in interface org.opensearch.common.blobstore.BlobStore
      Overrides:
      blobContainer in class BlobStoreWrapper