Class HeavyweightHistoricalUpdate<T extends DynamicHistoryEvent>
java.lang.Object
velox.api.layer1.dynamichistory.updates.HistoricalUpdate<T>
velox.api.layer1.dynamichistory.updates.HeavyweightHistoricalUpdate<T>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class velox.api.layer1.dynamichistory.updates.HistoricalUpdate
events, timeFrom, timeTo -
Constructor Summary
ConstructorsConstructorDescriptionHeavyweightHistoricalUpdate(List<T> events, long timeFrom, long timeTo, HeavyweightHistoricalUpdate.LoadingProgress loadingProgress) -
Method Summary
-
Field Details
-
progress
-
-
Constructor Details
-
HeavyweightHistoricalUpdate
public HeavyweightHistoricalUpdate(List<T> events, long timeFrom, long timeTo, HeavyweightHistoricalUpdate.LoadingProgress loadingProgress)
-