Class SampleBatchEvent


  • public class SampleBatchEvent
    extends Object
    Wrapper class for a 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.newts.api.Sample> samples)
      • getSamples

        public List<org.opennms.newts.api.Sample> getSamples()
      • setIndexOnly

        public void setIndexOnly​(boolean indexOnly)
      • isIndexOnly

        public boolean isIndexOnly()