Package net.solarnetwork.node.runtime
Class DatumHistory.Configuration
java.lang.Object
net.solarnetwork.node.runtime.DatumHistory.Configuration
- Enclosing class:
- DatumHistory
History configuration.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Configuration
public Configuration(int rawCount) Constructor.- Parameters:
rawCount- the number of raw elements to maintain- Throws:
IllegalArgumentException- if any count is less
-
-
Method Details
-
getRawCount
public int getRawCount()Get the raw count.- Returns:
- the count
-