Class MockRepository.MockBlobStore

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

public class MockRepository.MockBlobStore
extends BlobStoreWrapper
  • Constructor Summary

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

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

    Methods inherited from class org.elasticsearch.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.elasticsearch.common.blobstore.BlobStore

    stats
  • Constructor Details

    • MockBlobStore

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

    • blobContainer

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