View Javadoc
1   package de.dlr.shepard.influxDB;
2   
3   public enum FillOption {
4     LINEAR,
5     NONE,
6     NULL,
7     PREVIOUS,
8   }