Class BlobStoreFixture

    • Field Detail

      • unique

        protected final String unique
    • Constructor Detail

      • BlobStoreFixture

        public BlobStoreFixture​(String name)
    • Method Detail

      • tearDown

        public abstract void tearDown()
      • size

        public abstract long size()
      • create

        @Nullable
        public static @Nullable BlobStoreFixture create​(File basedir,
                                                        boolean fallbackToFDS,
                                                        int fdsCacheInMB,
                                                        StatisticsProvider statisticsProvider)
        Creates an instance of the BlobStoreFixture based on configuration determined from system properties
        Parameters:
        basedir - directory to be used in case of file based BlobStore
        fallbackToFDS - if true then FileDataStore would be used in absence of any explicitly defined BlobStore
      • getConfig

        public static Map<String,​?> getConfig()