Interface TroveService

  • All Superinterfaces:
    RestService
    All Known Implementing Classes:
    TroveServiceImpl

    public interface TroveService
    extends RestService
    This interface contains all available Trove Services
    Author:
    sumit gandhi
    • Method Detail

      • databaseService

        DatabaseService databaseService()
        Service implementation which provides methods for manipulation of databases
        Returns:
        DatabaseService
      • databaseUsersService

        UserService databaseUsersService()
        Service implementation which provides methods for manipulation of database users
        Returns:
        UserService
      • datastoreService

        DatastoreService datastoreService()
        Service implementation which provides methods for manipulation of datastores
        Returns:
        DatastoreService
      • flavorService

        InstanceFlavorService flavorService()
        Service implementation which provides methods for manipulation of database instance flavors
        Returns:
        DBInstanceFlavorService
      • instanceService

        InstanceService instanceService()
        Service implementation which provides methods for manipulation of database instances
        Returns:
        InstanceService