Class MongoDBExporter

    • Constructor Detail

      • MongoDBExporter

        MongoDBExporter(String uri, String dbName, Double interval, Boolean appendTime)
        Parameters:
        uri - the connection URI of the database instance.
        dbName - the name the database to export data to.
        interval - the sampling time, defaults to AbstractExporter.DEFAULT_INTERVAL.
        appendTime - if true it will always generate a new Mongo document, false to overwrite.
      • MongoDBExporter

        MongoDBExporter(String uri, String dbName, Double interval)
        Parameters:
        uri - the connection URI of the database instance.
        dbName - the name the database to export data to.
        interval - the sampling time, defaults to AbstractExporter.DEFAULT_INTERVAL.
      • MongoDBExporter

        MongoDBExporter(String uri, String dbName)
        Parameters:
        uri - the connection URI of the database instance.
        dbName - the name the database to export data to.
      • MongoDBExporter

        MongoDBExporter(String uri)
        Parameters:
        uri - the connection URI of the database instance.