Interface OpenSearchMockAPIBasedRepositoryIntegTestCase.BlobStoreHttpHandler

All Superinterfaces:
com.sun.net.httpserver.HttpHandler
Enclosing class:
OpenSearchMockAPIBasedRepositoryIntegTestCase

protected static interface OpenSearchMockAPIBasedRepositoryIntegTestCase.BlobStoreHttpHandler
extends com.sun.net.httpserver.HttpHandler
A HttpHandler that allows to list stored blobs
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​org.opensearch.common.bytes.BytesReference> blobs()  

    Methods inherited from interface com.sun.net.httpserver.HttpHandler

    handle
  • Method Details

    • blobs

      java.util.Map<java.lang.String,​org.opensearch.common.bytes.BytesReference> blobs()