Class MongoBlobStore

    • Constructor Detail

      • MongoBlobStore

        public MongoBlobStore​(com.mongodb.client.MongoDatabase db)
        Constructs a new MongoBlobStore
        Parameters:
        db - the database
      • MongoBlobStore

        public MongoBlobStore​(com.mongodb.client.MongoDatabase db,
                              long cacheSize)
        Constructs a new MongoBlobStore
        Parameters:
        db - the database
        cacheSize - the cache size
      • MongoBlobStore

        public MongoBlobStore​(@NotNull
                              @NotNull com.mongodb.client.MongoDatabase db,
                              long cacheSize,
                              @Nullable
                              @Nullable DocumentNodeStoreBuilder<?> builder)
        Constructs a new MongoBlobStore
        Parameters:
        db - the database
        cacheSize - the cache size
        builder - DocumentNodeStoreBuilder, supplying further options