Package de.freaklamarsch.systarest
Class DataLogger.DataLoggerStatus
java.lang.Object
de.freaklamarsch.systarest.DataLogger.DataLoggerStatus
- Enclosing class:
- DataLogger<T>
public static class DataLogger.DataLoggerStatus
extends java.lang.Object
Inner class for representing the status of this @see DataLogger.
-
Field Summary
Fields Modifier and Type Field Description intbufferedEntriesintcapacityjava.lang.StringlastTimestampjava.lang.StringlogEntryDelimiterjava.lang.StringlogFilePrefixjava.lang.StringlogFileRootPathbooleansaveLoggedDataintwriterFileCount -
Constructor Summary
Constructors Constructor Description DataLoggerStatus(int capacity, boolean saveLoggedData, java.lang.String logFilePrefix, java.lang.String logFileRootPath, java.lang.String logEntryDelimiter, int writerFileCount, int bufferedEntries, java.lang.String lastTimestamp) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
capacity
public final int capacity -
saveLoggedData
public final boolean saveLoggedData -
logFilePrefix
public final java.lang.String logFilePrefix -
logFileRootPath
public final java.lang.String logFileRootPath -
writerFileCount
public final int writerFileCount -
logEntryDelimiter
public final java.lang.String logEntryDelimiter -
bufferedEntries
public final int bufferedEntries -
lastTimestamp
public final java.lang.String lastTimestamp
-
-
Constructor Details
-
DataLoggerStatus
public DataLoggerStatus(int capacity, boolean saveLoggedData, java.lang.String logFilePrefix, java.lang.String logFileRootPath, java.lang.String logEntryDelimiter, int writerFileCount, int bufferedEntries, java.lang.String lastTimestamp)
-