Class FsBlobStore

    • Constructor Detail

      • FsBlobStore

        public FsBlobStore​(Settings settings,
                           java.nio.file.Path path)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • path

        public java.nio.file.Path path()
      • bufferSizeInBytes

        public int bufferSizeInBytes()
      • delete

        public void delete​(BlobPath path)
                    throws java.io.IOException
        Description copied from interface: BlobStore
        Delete the blob store at the given BlobPath.
        Specified by:
        delete in interface BlobStore
        Throws:
        java.io.IOException
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable