Uses of Class
io.activej.aggregation.ot.AggregationDiff
Packages that use AggregationDiff
-
Uses of AggregationDiff in io.activej.aggregation
Methods in io.activej.aggregation that return types with arguments of type AggregationDiffModifier and TypeMethodDescriptionio.activej.promise.Promise<AggregationDiff>Aggregation.consolidate(List<AggregationChunk> chunks) io.activej.promise.Promise<AggregationDiff>Aggregation.consolidateHotSegment()io.activej.promise.Promise<AggregationDiff>Aggregation.consolidateHotSegment(Set<Object> lockedChunkIds) io.activej.promise.Promise<AggregationDiff>Aggregation.consolidateMinKey()io.activej.promise.Promise<AggregationDiff>Aggregation.consolidateMinKey(Set<Object> lockedChunkIds) <T,C, K extends Comparable>
StreamConsumerWithResult<T,AggregationDiff> Aggregation.consume(Class<T> inputClass, Map<String, String> keyFields, Map<String, String> measureFields) Provides aStreamConsumerfor streaming data to this aggregation.Methods in io.activej.aggregation with parameters of type AggregationDiff -
Uses of AggregationDiff in io.activej.aggregation.ot
Methods in io.activej.aggregation.ot that return AggregationDiffModifier and TypeMethodDescriptionstatic AggregationDiffAggregationDiff.empty()AggregationDiff.inverse()static AggregationDiffAggregationDiff.of(@NotNull Set<AggregationChunk> addedChunks, @NotNull Set<AggregationChunk> removedChunks) static AggregationDiffAggregationDiff.of(Set<AggregationChunk> addedChunks) AggregationDiffCodec.read(@NotNull com.dslplatform.json.JsonReader reader) static AggregationDiffAggregationDiff.squash(AggregationDiff commit1, AggregationDiff commit2) Methods in io.activej.aggregation.ot that return types with arguments of type AggregationDiffModifier and TypeMethodDescriptionstatic OTSystem<AggregationDiff>AggregationOT.createAggregationOT()Methods in io.activej.aggregation.ot with parameters of type AggregationDiffModifier and TypeMethodDescriptionstatic AggregationDiffAggregationDiff.squash(AggregationDiff commit1, AggregationDiff commit2) voidAggregationDiffCodec.write(@NotNull com.dslplatform.json.JsonWriter writer, AggregationDiff diff)