Class TroveServiceImpl

    • Constructor Detail

      • TroveServiceImpl

        public TroveServiceImpl()
    • Method Detail

      • datastoreService

        public DatastoreService datastoreService()
        Service implementation which provides methods for manipulation of datastores
        Specified by:
        datastoreService in interface TroveService
        Returns:
        DatastoreService
      • databaseService

        public DatabaseService databaseService()
        Service implementation which provides methods for manipulation of databases
        Specified by:
        databaseService in interface TroveService
        Returns:
        DatabaseService
      • databaseUsersService

        public UserService databaseUsersService()
        Service implementation which provides methods for manipulation of database users
        Specified by:
        databaseUsersService in interface TroveService
        Returns:
        UserService
      • flavorService

        public InstanceFlavorService flavorService()
        Service implementation which provides methods for manipulation of database instance flavors
        Specified by:
        flavorService in interface TroveService
        Returns:
        DBInstanceFlavorService
      • instanceService

        public InstanceService instanceService()
        Service implementation which provides methods for manipulation of database instances
        Specified by:
        instanceService in interface TroveService
        Returns:
        InstanceService