Class SampleBatchEvent


  • public class SampleBatchEvent
    extends java.lang.Object
    Wrapper class for a of Sample objects. Instances of this class are preallocated by the Disruptor.
    Author:
    jwhite
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.opennms.newts.api.Sample> getSamples()  
      boolean isIndexOnly()  
      void setIndexOnly​(boolean indexOnly)  
      void setSamples​(java.util.List<org.opennms.newts.api.Sample> samples)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SampleBatchEvent

        public SampleBatchEvent()
    • Method Detail

      • setSamples

        public void setSamples​(java.util.List<org.opennms.newts.api.Sample> samples)
      • getSamples

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

        public void setIndexOnly​(boolean indexOnly)
      • isIndexOnly

        public boolean isIndexOnly()