Uses of Interface
org.restheart.mongodb.db.Database
-
Packages that use Database Package Description org.restheart.mongodb.db Data Access Object Classes to decouple the handling logic from the dborg.restheart.mongodb.handlers.collection Handlers for HTTP requests related to a collection resourceorg.restheart.mongodb.handlers.database Handlers for HTTP requests related to a database resourceorg.restheart.mongodb.handlers.root Handlers for HTTP requests related to the root resource -
-
Uses of Database in org.restheart.mongodb.db
Classes in org.restheart.mongodb.db that implement Database Modifier and Type Class Description classDatabaseImplMethods in org.restheart.mongodb.db with parameters of type Database Modifier and Type Method Description OperationResultGridFsDAO. createFile(Database db, String dbName, String bucketName, org.bson.BsonDocument metadata, Path filePath)OperationResultGridFsRepository. createFile(Database db, String dbName, String bucketName, org.bson.BsonDocument metadata, Path filePath)voidGridFsDAO. deleteChunksCollection(Database db, String dbName, String bucketName)voidGridFsRepository. deleteChunksCollection(Database db, String dbName, String bucketName)OperationResultGridFsDAO. deleteFile(Database db, String dbName, String bucketName, org.bson.BsonValue fileId, String requestEtag, boolean checkEtag)OperationResultGridFsRepository. deleteFile(Database db, String dbName, String bucketName, org.bson.BsonValue fileId, String requestEtag, boolean checkEtag)OperationResultGridFsDAO. upsertFile(Database db, String dbName, String bucketName, org.bson.BsonDocument metadata, Path filePath, org.bson.BsonValue fileId, String requestEtag, boolean checkEtag)OperationResultGridFsRepository. upsertFile(Database db, String dbName, String bucketName, org.bson.BsonDocument metadata, Path filePath, org.bson.BsonValue fileId, String requestEtag, boolean checkEtag) -
Uses of Database in org.restheart.mongodb.handlers.collection
Constructors in org.restheart.mongodb.handlers.collection with parameters of type Database Constructor Description GetCollectionHandler(PipelinedHandler next, Database dbsDAO)PutCollectionHandler(PipelinedHandler next, Database dbsDAO)Creates a new instance of PutCollectionHandler -
Uses of Database in org.restheart.mongodb.handlers.database
Constructors in org.restheart.mongodb.handlers.database with parameters of type Database Constructor Description GetDBHandler(PipelinedHandler next, Database dbsDAO) -
Uses of Database in org.restheart.mongodb.handlers.root
Constructors in org.restheart.mongodb.handlers.root with parameters of type Database Constructor Description GetRootHandler(PipelinedHandler next, Database dbsDAO)
-