Class RMeasurementStore

  • All Implemented Interfaces:
    MeasurementStorage

    public class RMeasurementStore
    extends Object
    implements MeasurementStorage
    Stores Measurements into R using Rserve (for details on Rserve see https://rforge.net/Rserve).

    Measurements are buffered and sent to R as a batch once the buffer size reaches its capacity. Increasing the buffer capacity improves performance at the cost of higher memory consumption (this needs to be further evaluated, however).