public class TimeSeriesLoaderKiLi
extends java.lang.Object
Constructor and Description |
---|
TimeSeriesLoaderKiLi(TsDB tsdb) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<java.lang.String> |
getExcludePrefixes() |
static java.util.TreeSet<java.lang.String> |
getExcludes() |
void |
insertTimestampseries(Station station,
StationProperties properties,
TimestampSeries timestampSeries,
java.lang.String[] translatedInputSchema,
java.nio.file.Path ascPath) |
void |
loadDirectory_with_stations_recursive(java.nio.file.Path root,
boolean checkExcluded,
int timeOffset)
load files of structure tsm and recursive directories
|
void |
loadWithAscCollectorMapNewParser(java.util.TreeMap<java.lang.String,java.nio.file.Path> ascCollectorMap,
int timeOffset) |
void |
readOneDirectory_structure_kili(java.nio.file.Path kiliPath,
java.util.TreeMap<java.lang.String,java.nio.file.Path> ascCollectorMap,
boolean checkExcluded)
Collects all kili-Files from one directory (no sub directories) and adds them to ascCollectorMap.
|
public TimeSeriesLoaderKiLi(TsDB tsdb)
public void loadDirectory_with_stations_recursive(java.nio.file.Path root, boolean checkExcluded, int timeOffset)
root
- timeOffset
- public void readOneDirectory_structure_kili(java.nio.file.Path kiliPath, java.util.TreeMap<java.lang.String,java.nio.file.Path> ascCollectorMap, boolean checkExcluded)
kiliPath
- ascCollectorMap
- public void loadWithAscCollectorMapNewParser(java.util.TreeMap<java.lang.String,java.nio.file.Path> ascCollectorMap, int timeOffset)
public void insertTimestampseries(Station station, StationProperties properties, TimestampSeries timestampSeries, java.lang.String[] translatedInputSchema, java.nio.file.Path ascPath)
public static java.util.TreeSet<java.lang.String> getExcludes()
public static java.util.ArrayList<java.lang.String> getExcludePrefixes()