Uses of Interface
io.activej.aggregation.ChunkIdCodec
Packages that use ChunkIdCodec
-
Uses of ChunkIdCodec in io.activej.aggregation
Methods in io.activej.aggregation that return ChunkIdCodecModifier and TypeMethodDescriptionstatic ChunkIdCodec<Long>ChunkIdCodec.ofLong()static ChunkIdCodec<String>ChunkIdCodec.ofString()Methods in io.activej.aggregation with parameters of type ChunkIdCodecModifier and TypeMethodDescriptionstatic <C> ActiveFsChunkStorage<C>ActiveFsChunkStorage.create(io.activej.eventloop.Eventloop eventloop, ChunkIdCodec<C> chunkIdCodec, IdGenerator<C> idGenerator, io.activej.csp.process.frames.FrameFormat frameFormat, ActiveFs fs) static AggregationChunkCodecAggregationChunkCodec.create(ChunkIdCodec<?> chunkIdCodec, JsonCodec<PrimaryKey> primaryKeyCodec, Set<String> allowedMeasures) -
Uses of ChunkIdCodec in io.activej.aggregation.ot
Methods in io.activej.aggregation.ot that return ChunkIdCodecMethods in io.activej.aggregation.ot with parameters of type ChunkIdCodecModifier and TypeMethodDescriptionstatic AggregationStructureAggregationStructure.create(ChunkIdCodec<?> chunkIdCodec)