Class LightweightHistoricalUpdate<T extends DynamicHistoryEvent>
java.lang.Object
velox.api.layer1.dynamichistory.updates.HistoricalUpdate<T>
velox.api.layer1.dynamichistory.updates.LightweightHistoricalUpdate<T>
-
Field Summary
FieldsFields inherited from class velox.api.layer1.dynamichistory.updates.HistoricalUpdate
events, timeFrom, timeTo -
Constructor Summary
ConstructorsConstructorDescriptionLightweightHistoricalUpdate(List<T> events, long timeFrom, long timeTo, boolean isFinalUpdate) -
Method Summary
-
Field Details
-
isFinalUpdate
public final boolean isFinalUpdate
-
-
Constructor Details
-
LightweightHistoricalUpdate
-