Class SampleBatchEvent


  • public class SampleBatchEvent
    extends Object
    Wrapper class for a List of Sample objects. Instances of this class are preallocated by the Disruptor.
    Author:
    jwhite
    • Constructor Detail

      • SampleBatchEvent

        public SampleBatchEvent()
    • Method Detail

      • setSamples

        public void setSamples​(List<org.opennms.integration.api.v1.timeseries.Sample> samples)
      • getSamples

        public List<org.opennms.integration.api.v1.timeseries.Sample> getSamples()