Uses of Class
io.activej.aggregation.Aggregation
Packages that use Aggregation
-
Uses of Aggregation in io.activej.aggregation
Methods in io.activej.aggregation that return AggregationModifier and TypeMethodDescriptionstatic AggregationAggregation.create(io.activej.eventloop.Eventloop eventloop, Executor executor, DefiningClassLoader classLoader, AggregationChunkStorage aggregationChunkStorage, io.activej.csp.process.frames.FrameFormat frameFormat, @NotNull AggregationStructure structure) Instantiates an aggregation with the specified structure, that runs in a given event loop, uses the specified class loader for creating dynamic classes, saves data and metadata to given storages.Aggregation.withChunkSize(int chunkSize) Aggregation.withIgnoreChunkReadingExceptions(boolean ignoreChunkReadingExceptions) Aggregation.withMaxChunksToConsolidate(int maxChunksToConsolidate) Aggregation.withMaxIncrementalReloadPeriod(Duration maxIncrementalReloadPeriod) Aggregation.withReducerBufferSize(int reducerBufferSize) Aggregation.withSorterItemsInMemory(int sorterItemsInMemory) Aggregation.withStats(AggregationStats stats) Aggregation.withTemporarySortDir(Path temporarySortDir)