Uses of Class
io.activej.aggregation.AggregationChunk
Packages that use AggregationChunk
-
Uses of AggregationChunk in io.activej.aggregation
Fields in io.activej.aggregation with type parameters of type AggregationChunkModifier and TypeFieldDescriptionfinal Set<AggregationChunk>AggregationState.ConsolidationDebugInfo.segmentClosingSetfinal Set<AggregationChunk>AggregationState.ConsolidationDebugInfo.segmentSetMethods in io.activej.aggregation that return AggregationChunkModifier and TypeMethodDescriptionstatic AggregationChunkAggregationChunk.create(Object chunkId, List<String> fields, PrimaryKey minPrimaryKey, PrimaryKey maxPrimaryKey, int count) AggregationChunkCodec.read(@NotNull com.dslplatform.json.JsonReader reader) Methods in io.activej.aggregation that return types with arguments of type AggregationChunkModifier and TypeMethodDescriptionAggregationState.findChunks(AggregationPredicate predicate, List<String> fields) AggregationState.findChunksForConsolidationHotSegment(int maxChunks) AggregationState.findChunksForConsolidationHotSegment(int maxChunks, Set<Object> lockedChunkIds) AggregationState.findChunksForConsolidationMinKey(int maxChunks, int optimalChunkSize) AggregationState.findChunksForConsolidationMinKey(int maxChunks, int optimalChunkSize, Set<Object> lockedChunkIds) AggregationState.findChunksGroupWithMostOverlaps()AggregationState.findOverlappingChunks()AggregationState.getChunks()QueryPlan.Sequence.getChunks()Aggregation.getChunksForConsolidation(Set<Object> lockedChunkIds, boolean hotSegment) io.activej.promise.Promise<List<AggregationChunk>>AggregationChunker.getResult()io.activej.promise.Promise<List<AggregationChunk>>AggregationGroupReducer.getResult()Methods in io.activej.aggregation with parameters of type AggregationChunkModifier and TypeMethodDescriptionvoidQueryPlan.Sequence.add(AggregationChunk chunk) voidAggregationState.addToIndex(AggregationChunk chunk) voidAggregationState.removeFromIndex(AggregationChunk chunk) voidAggregationChunkCodec.write(@NotNull com.dslplatform.json.JsonWriter writer, AggregationChunk chunk) Method parameters in io.activej.aggregation with type arguments of type AggregationChunkModifier and TypeMethodDescriptionio.activej.promise.Promise<AggregationDiff>Aggregation.consolidate(List<AggregationChunk> chunks) static StringAggregation.getChunkIds(Iterable<AggregationChunk> chunks) Constructor parameters in io.activej.aggregation with type arguments of type AggregationChunkModifierConstructorDescriptionConsolidationDebugInfo(PrimaryKey key, Set<AggregationChunk> segmentSet, Set<AggregationChunk> segmentClosingSet, int overlaps) -
Uses of AggregationChunk in io.activej.aggregation.ot
Methods in io.activej.aggregation.ot that return types with arguments of type AggregationChunkModifier and TypeMethodDescriptionAggregationDiff.getAddedChunks()AggregationDiff.getRemovedChunks()Method parameters in io.activej.aggregation.ot with type arguments of type AggregationChunkModifier and TypeMethodDescriptionstatic AggregationDiffAggregationDiff.of(@NotNull Set<AggregationChunk> addedChunks, @NotNull Set<AggregationChunk> removedChunks) static AggregationDiffAggregationDiff.of(Set<AggregationChunk> addedChunks) -
Uses of AggregationChunk in io.activej.aggregation.util
Method parameters in io.activej.aggregation.util with type arguments of type AggregationChunkModifier and TypeMethodDescriptionstatic <C> Set<C>Utils.collectChunkIds(Collection<AggregationChunk> chunks)