Class FsBlobStore

org.elasticsearch.common.blobstore.fs.FsBlobStore
All Implemented Interfaces:
, , BlobStore

public class FsBlobStore extends implements BlobStore
  • Constructor Summary

    Constructors
    Constructor
    Description
    FsBlobStore​(int bufferSizeInBytes,  path, boolean readonly)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a blob container instance for storing blobs at the given BlobPath.
    int
     
    void
     
     
     

    Methods inherited from class java.lang.

    , , , , , , , , ,

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

    stats
  • Constructor Details

    • FsBlobStore

      public FsBlobStore(int bufferSizeInBytes,  path, boolean readonly) throws
      Throws:
  • Method Details

    • toString

      public  toString()
      Overrides:
       in class 
    • path

      public  path()
    • bufferSizeInBytes

      public int bufferSizeInBytes()
    • blobContainer

      public BlobContainer blobContainer(BlobPath path)
      Description copied from interface: BlobStore
      Get a blob container instance for storing blobs at the given BlobPath.
      Specified by:
      blobContainer in interface BlobStore
    • close

      public void close()
      Specified by:
       in interface 
      Specified by:
       in interface