Package org.opennms.netmgt.newts
Class SampleBatchEvent
- java.lang.Object
-
- org.opennms.netmgt.newts.SampleBatchEvent
-
public class SampleBatchEvent extends java.lang.ObjectWrapper class for a ofSampleobjects. Instances of this class are preallocated by theDisruptor.- Author:
- jwhite
-
-
Constructor Summary
Constructors Constructor Description SampleBatchEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.opennms.newts.api.Sample>getSamples()booleanisIndexOnly()voidsetIndexOnly(boolean indexOnly)voidsetSamples(java.util.List<org.opennms.newts.api.Sample> samples)
-