Class HistoricalUpdate<T extends DynamicHistoryEvent>
java.lang.Object
velox.api.layer1.dynamichistory.updates.HistoricalUpdate<T>
- Direct Known Subclasses:
HeavyweightHistoricalUpdate,LightweightHistoricalUpdate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
events
-
timeFrom
public final long timeFromStart time of the data window covered by this update, in nanoseconds (inclusive). This is thetimeFromof the first block included in this update. -
timeTo
public final long timeToEnd time of the data window covered by this update, in nanoseconds (exclusive). This is thetimeToof the last block included in this update.
-
-
Constructor Details
-
HistoricalUpdate
-