Interface MongoAdminOperations

All Known Implementing Classes:
MongoAdmin

@Deprecated(since="4.5", forRemoval=true) public interface MongoAdminOperations
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
Mark Pollack, Oliver Gierke
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createDatabase(String databaseName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    dropDatabase(String databaseName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    getDatabaseStats(String databaseName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • dropDatabase

      @ManagedOperation void dropDatabase(String databaseName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • createDatabase

      @ManagedOperation void createDatabase(String databaseName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDatabaseStats

      @ManagedOperation String getDatabaseStats(String databaseName)
      Deprecated, for removal: This API element is subject to removal in a future version.